Skip to content

Commit

Permalink
fix path not stating with /
Browse files Browse the repository at this point in the history
  • Loading branch information
KavikaPalletenne committed Nov 13, 2024
1 parent bedd8c8 commit 4acb472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async fn main() -> Result<()> {
patch(CampaignHandler::update_banner),
)
.route(
"api/v1/campaign/:campaign_id/application",
"/api/v1/campaign/:campaign_id/application",
post(CampaignHandler::create_application),
)
.route(
Expand Down

0 comments on commit 4acb472

Please sign in to comment.