We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee96032 commit 31e1608Copy full SHA for 31e1608
src/elm/clustermap/Clustermap.elm
@@ -22,7 +22,7 @@ import Asset exposing (image)
22
import Html.Attributes exposing (classList)
23
24
user_photos_domain : String
25
-user_photos_domain = "/api/images/"
+user_photos_domain = "/api/images"
26
27
-- MODEL
28
0 commit comments