Skip to content

Commit

Permalink
fix(router): add positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 20, 2023
1 parent 18d3448 commit 559abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/scrapResult.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import TypeVar


router = APIRouter("/localCouncil", tags=["localCouncil"])
router = APIRouter(prefix="/localCouncil", tags=["localCouncil"])

AGE_STAIR = 10

Expand Down

0 comments on commit 559abaa

Please sign in to comment.