Преглед изворни кода

Roll back api, fix blocking

陈帅 пре 6 година
родитељ
комит
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]