瀏覽代碼

Roll back api, fix blocking

陈帅 7 年之前
父節點
當前提交
db1423ee6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -3,7 +3,7 @@
 
 [[redirects]]
   from = "/api/*"
-  to = "/.netlify/functions/api/:splat"
+  to = "https://us-central1-antd-pro.cloudfunctions.net/api/api/:splat"
   status = 200
   force = true
   [redirects.headers]