Skip to content

Commit 31e1608

Browse files
committed
fix: remove unneccessary HTTP redirects
trailing / would get removed with a HTTP 308
1 parent ee96032 commit 31e1608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elm/clustermap/Clustermap.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Asset exposing (image)
2222
import Html.Attributes exposing (classList)
2323

2424
user_photos_domain : String
25-
user_photos_domain = "/api/images/"
25+
user_photos_domain = "/api/images"
2626

2727
-- MODEL
2828

0 commit comments

Comments
 (0)