Skip to content

Commit

Permalink
add trailing slash for '/file/dl/:file_id/'
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 29, 2024
1 parent 3eec9a7 commit 60ac3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stiller-backend/internal/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var routes = [...]individualHandler{
handlefunc: handlers.PostFileNew,
},
{
path: "/file/dl/:file_id",
path: "/file/dl/:file_id/",
method: http.MethodGet,
handlefunc: handlers.GetFileDl,
},
Expand Down

0 comments on commit 60ac3d6

Please sign in to comment.