Skip to content

Commit d5c57af

Browse files
committed
FIx
1 parent 3a07865 commit d5c57af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/app/apps/codebattle/lib/codebattle_web/plugs/restrict_access.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule CodebattleWeb.Plugs.RescrictAccess do
2929
# ~r{^\/games\/\d+\/?$},
3030
~r{^\/api\/v1\/user\/\d+\/stats\/?$},
3131
# ~r{^\/settings\/?$},
32-
~r{^\/user\/current\/?$},
32+
~r{^\/user\/current\/?$}
3333
# ~r{^\/api\/v1\/settings\/?$},
3434
# ~r{^\/api\/v1\/events\/.+$},
3535
# ~r{^\/api\/v1\/playbook\/\d+\/?$}

0 commit comments

Comments
 (0)