1
0
Fork 0

Merge branch 'develop' into finale

This commit is contained in:
Hay1tsme 2023-05-02 23:56:10 -04:00
commit ae6dcb68df
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class HttpDispatcher(resource.Resource):
conditions=dict(method=["POST"]),
)
self.map_post.connect(
self.map_get.connect(
"allnet_ping",
"/naomitest.html",
controller="allnet",