📦 EqualifyEverything / scan-demo.equalify.app

📄 netlify.toml · 7 lines
1
2
3
4
5
6
7[[redirects]]
  from = "/api/*"
  to = "https://scan-dev.equalify.app/:splat"
  status = 200
  force = true
  conditions = {Role = ["admin", "cms"]}