Add part1

This commit is contained in:
Richard Feldman
2018-04-30 04:20:48 -04:00
parent 394b108065
commit 5e232596d9
240 changed files with 34606 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
module Request.Helpers exposing (apiUrl)
apiUrl : String -> String
apiUrl str =
"http://0.0.0.0:3000/api" ++ str