idac: fix matching

This commit is contained in:
2024-01-09 12:52:53 -05:00
parent 4bc77a8ef6
commit 07cbbcc377
2 changed files with 5 additions and 4 deletions

View File

@ -76,7 +76,7 @@ class IDACServlet(BaseServlet):
def get_routes(self) -> List[Route]:
return [
Route("/{version:int}/initiald/{category:str}/{endpoint:str}", self.render_POST, methods=["POST"]),
Route("/{version:int}/initiald-matching/{endpoint:str}", self.render_POST, methods=["POST"]),
Route("/{version:int}/initiald-matching/{endpoint:str}", self.render_matching, methods=["POST"]),
]
def get_allnet_info(