Skip to content

Commit

Permalink
api voor router gezet
Browse files Browse the repository at this point in the history
  • Loading branch information
DRIESASTER committed Mar 10, 2024
1 parent 2ed95d5 commit d87943a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/project/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import exceptions

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

0 comments on commit d87943a

Please sign in to comment.