Skip to content

Commit 2bd9c29

Browse files
committed
Add OPTIONS method support to Rocket routes
1 parent b64696d commit 2bd9c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/visualization/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ pub async fn build_rocket(figment: Figment, hmac_secret: &str) -> Rocket<Build>
237237
.mount(
238238
"/",
239239
routes![
240+
options,
240241
favicon,
241242
webclient,
242243
authorize,

0 commit comments

Comments
 (0)