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 3a07865 commit d5c57afCopy full SHA for d5c57af
services/app/apps/codebattle/lib/codebattle_web/plugs/restrict_access.ex
@@ -29,7 +29,7 @@ defmodule CodebattleWeb.Plugs.RescrictAccess do
29
# ~r{^\/games\/\d+\/?$},
30
~r{^\/api\/v1\/user\/\d+\/stats\/?$},
31
# ~r{^\/settings\/?$},
32
- ~r{^\/user\/current\/?$},
+ ~r{^\/user\/current\/?$}
33
# ~r{^\/api\/v1\/settings\/?$},
34
# ~r{^\/api\/v1\/events\/.+$},
35
# ~r{^\/api\/v1\/playbook\/\d+\/?$}
0 commit comments