Skip to content

Commit

Permalink
Make frontend directory path relative
Browse files Browse the repository at this point in the history
  • Loading branch information
NadavTasher committed Nov 3, 2024
1 parent d977bc2 commit 71f675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/src/backend/webhood/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def __call__(self) -> Starlette:


# Initialize the router
router = Router("/application/frontend")
router = Router("../frontend")

# Add explicit exports
__all__ = ["WebSocket", "Request", "Response", "PlainTextResponse", "JSONResponse", "UploadFile", "router"]

0 comments on commit 71f675b

Please sign in to comment.