1
0
mirror of synced 2025-02-17 18:49:23 +01:00

Merge branch 'develop' into finale

This commit is contained in:
Kevin Trocolli 2023-05-02 23:56:10 -04:00
commit ae6dcb68df

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",