Skip to content

Commit

Permalink
Set behind /api
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed Mar 4, 2024
1 parent cbb888f commit 3e56553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/subject/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .schemas import Subject, SubjectCreate, SubjectList

router = APIRouter(
prefix="/subject",
prefix="/api/subject",
tags=["subject"],
responses={404: {"description": "Not found"}},
)
Expand Down

0 comments on commit 3e56553

Please sign in to comment.