fix: two-user model bug fixes and docs
This commit is contained in:
+1
-1
@@ -250,7 +250,7 @@ def create_app() -> web.Application:
|
||||
app = web.Application()
|
||||
app.router.add_route("GET", "/health", _health)
|
||||
app.router.add_route("POST", "/batch", _handle_batch)
|
||||
app.router.add_route("{tail:.*}", _catch_all)
|
||||
app.router.add_route("*", "/{tail:.*}", _catch_all)
|
||||
return app
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user