feat(api): move to api.fmhy.net

This commit is contained in:
taskylizard 2024-08-02 03:19:53 +00:00
parent de933602eb
commit 76c776c2eb
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
7 changed files with 637 additions and 35 deletions

View file

@ -1,11 +1,15 @@
name = "feedback"
name = "api"
main = ".output/server/index.mjs"
workers_dev = true
account_id = "fe5d9bd14160b07939282e45f63eb5ad"
workers_dev = false
account_id = "02f3b11d8d1017a20f95de4ba88fb5d6"
compatibility_date = "2022-09-10"
routes = [
{ pattern = "api.fmhy.net", custom_domain = true, zone_id = "b4212298934f7c1998b4d15f6d261715" },
]
[[unsafe.bindings]]
name = "RATE_LIMITER"
type = "ratelimit"
namespace_id = "1001"
simple = { limit = 100, period = 30 }
namespace_id = "69420"
simple = { limit = 100, period = 60 }