Skip to content

Commit

Permalink
Merge pull request #166 from Enraged-Dun-Cookie-Development-Team/hotf…
Browse files Browse the repository at this point in the history
…ix-寄

修复一下
  • Loading branch information
phidiaLam authored Oct 5, 2023
2 parents bd5f203 + 6657d2f commit 68aa2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async fn main_task() {
.prepare_route(RouterFallback)
.layer(CorsLayer::new().allow_methods([Method::GET]).allow_origin([
"https://www.ceobecanteen.top".parse().unwrap(),
"https://ceobecanteen.com".parse().unwrap(),
"https://ceobecanteen.top".parse().unwrap(),
]))
.prepare_middleware::<Route, _>(
PrepareCatchPanic::<_, QqChannelConfig>,
Expand Down

0 comments on commit 68aa2fb

Please sign in to comment.