forked from Hay1tsme/artemis
sao: fix endpoint
This commit is contained in:
parent
4047a38370
commit
9537331d1c
@ -51,7 +51,7 @@ class SaoServlet(BaseServlet):
|
|||||||
def get_endpoint_matchers(self) -> Tuple[List[Tuple[str, str, Dict]], List[Tuple[str, str, Dict]]]:
|
def get_endpoint_matchers(self) -> Tuple[List[Tuple[str, str, Dict]], List[Tuple[str, str, Dict]]]:
|
||||||
return (
|
return (
|
||||||
[],
|
[],
|
||||||
[("render_POST", "/SaoServlet/{datecode}/proto/if/{endpoint}", {})]
|
[("render_POST", "/dev/proto/if/{category}/{endpoint}", {})]
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user