Add part3

This commit is contained in:
Richard Feldman
2018-04-30 05:32:43 -04:00
parent 3b43ef3437
commit 29fbd5c1c1
240 changed files with 34564 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