Commit 8b3c7abd authored by Chunchi Che's avatar Chunchi Che

fix

parent e541a67f
Pipeline #18132 passed with stages
in 11 minutes and 22 seconds
......@@ -25,7 +25,7 @@ async fn main() -> anyhow::Result<()> {
// TODO: cards服务暂时仅支持单卡查询
let cards = warp::path!("cards" / String)
.map(service::cards_service)
.with(cors);
.with(cors.clone());
// TODO: 模块化
let images = warp::path("images")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment