Skip to content

Commit

Permalink
Fixed path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jan 11, 2024
1 parent cf44028 commit fd2a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/src/whombat/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from whombat.routes import main_router
from whombat.settings import Settings

ROOT_DIR = Path(__file__).parent.parent
ROOT_DIR = Path(__file__).parent


@asynccontextmanager
Expand Down

0 comments on commit fd2a71d

Please sign in to comment.