There was an error while loading. Please reload this page.
1 parent 203f3b6 commit e60477eCopy full SHA for e60477e
1 file changed
src/main.rs
@@ -223,6 +223,7 @@ async fn main() -> anyhow::Result<()> {
223
224
let cors = CorsLayer::new()
225
.allow_origin(Any)
226
+ .allow_credentials(true)
227
.allow_methods(Any)
228
.allow_headers(Any);
229
0 commit comments