Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit c9e3aa3

Browse files
committed
no longer a problem with the root router / route
1 parent 6e0285d commit c9e3aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stapi_fastapi/routers/root_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(
3636
self.product_routers: dict[str, ProductRouter] = {}
3737

3838
self.add_api_route(
39-
"$",
39+
"/",
4040
self.get_root,
4141
methods=["GET"],
4242
name=f"{self.name}:root",

0 commit comments

Comments
 (0)