Skip to content

Commit 639c58f

Browse files
authored
fix get import
1 parent 904bd51 commit 639c58f

File tree

1 file changed

+1
-1
lines changed
  • bridge/svix-bridge/src/webhook_receiver

1 file changed

+1
-1
lines changed

bridge/svix-bridge/src/webhook_receiver/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::{net::SocketAddr, sync::Arc, time::Duration};
33
use axum::{
44
extract::{Path, State},
55
http,
6-
routing::post,
6+
routing::{get, post},
77
Router,
88
};
99
use svix_bridge_types::{

0 commit comments

Comments
 (0)