Skip to content

Commit

Permalink
change again
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Jun 24, 2024
1 parent f4de064 commit 480d8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification-server/src/bin/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async fn main() -> anyhow::Result<()> {
// TODO add authentication middleware
let app = Router::new()
.route(
"/api/v1/device/:device/subscribe",
"/api/v1/device/:device/subscription",
put(upsert_account_device),
)
.with_state(app_state);
Expand Down

0 comments on commit 480d8f2

Please sign in to comment.