Explorar el Código

Roll back api, fix blocking

陈帅 hace 6 años
padre
commit
db1423ee6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

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