mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Be good with the linter
This commit is contained in:
parent
d97a792987
commit
bc2776c666
@ -167,7 +167,8 @@ class Webserver:
|
||||
(r"/api/v1/users/delete_user", DeleteUser, handler_args),
|
||||
# API Routes V2
|
||||
*api_handlers(handler_args),
|
||||
# Using this one at the end to catch all the other requests to Public Handler
|
||||
# Using this one at the end
|
||||
# to catch all the other requests to Public Handler
|
||||
(r"/(.*)", PublicHandler, handler_args),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user