File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ def setup_app(
117117 if not raise_timeout :
118118 app .router .add_route ("POST" , CORE_GATEWAYS_TAIL , self .smile_http_accept )
119119 app .router .add_route ("PUT" , CORE_LOCATIONS_TAIL , self .smile_http_accept )
120+ app .router .add_route ("POST" , CORE_LOCATIONS_TAIL , self .smile_http_accept )
120121 app .router .add_route (
121122 "DELETE" , CORE_NOTIFICATIONS_TAIL , self .smile_http_accept
122123 )
@@ -125,6 +126,7 @@ def setup_app(
125126 else :
126127 app .router .add_route ("POST" , CORE_GATEWAYS_TAIL , self .smile_timeout )
127128 app .router .add_route ("PUT" , CORE_LOCATIONS_TAIL , self .smile_timeout )
129+ app .router .add_route ("POST" , CORE_LOCATIONS_TAIL , self .smile_http_accept )
128130 app .router .add_route ("PUT" , CORE_RULES_TAIL , self .smile_timeout )
129131 app .router .add_route ("PUT" , CORE_APPLIANCES_TAIL , self .smile_timeout )
130132 app .router .add_route ("DELETE" , CORE_NOTIFICATIONS_TAIL , self .smile_timeout )
You can’t perform that action at this time.
0 commit comments