diff options
Diffstat (limited to 'Run/Que')
-rw-r--r-- | Run/Que/Server.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Run/Que/Server.hs b/Run/Que/Server.hs index 38c6bdc..69af529 100644 --- a/Run/Que/Server.hs +++ b/Run/Que/Server.hs @@ -114,7 +114,7 @@ routes = do (_, _, Just ("localhost:3000")) -> Scotty.status Http.ok200 _ -> Scotty.status Http.methodNotAllowed405 >> Scotty.text "not allowed: _ is a reserved namespace" - guardNs ns ["pub"] + guardNs ns ["pub", "_"] -- passed all auth checks app . modify <| upsertNamespace ns q <- app <| que ns qp |