diff --git a/titles/sao/index.py b/titles/sao/index.py index f5c92b7..9d38c14 100644 --- a/titles/sao/index.py +++ b/titles/sao/index.py @@ -51,7 +51,7 @@ class SaoServlet(BaseServlet): def get_endpoint_matchers(self) -> Tuple[List[Tuple[str, str, Dict]], List[Tuple[str, str, Dict]]]: return ( [], - [("render_POST", "/SaoServlet/{datecode}/proto/if/{endpoint}", {})] + [("render_POST", "/dev/proto/if/{category}/{endpoint}", {})] ) @classmethod