Skip to content

Commit

Permalink
Move to proper endpoint for existing requests
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Sep 19, 2024
1 parent b97fc6d commit 181f24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/zimitfrontend/routes/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from zimitfrontend.utils import send_email_via_mailgun

router = APIRouter(
prefix="/hook",
prefix="/requests/hook",
tags=["all"],
)

Expand Down

0 comments on commit 181f24a

Please sign in to comment.