Skip to content

Commit d29910b

Browse files
Remove routes from wrangler.toml (manage via Cloudflare dashboard)
1 parent c2db195 commit d29910b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

wrangler.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ main = "index.js"
33
compatibility_date = "2026-04-26"
44
account_id = "6a46b418508c26278ae2d3373f41da81"
55

6-
routes = [
7-
{ pattern = "acreetionos.org/api/*", zone_name = "acreetionos.org" },
8-
{ pattern = "acreetionos.org/flash.html", zone_name = "acreetionos.org" },
9-
{ pattern = "darren.acreetionos.org/*", zone_name = "acreetionos.org" },
10-
]
6+
# Routes are managed via Cloudflare Dashboard → Workers & Pages → acreetionos-worker → Triggers → Routes
7+
# Route: acreetionos.org/api/*
8+
# Route: acreetionos.org/flash.html
119

1210
[triggers]
1311
# Check every 30 min: verify all ISOs downloadable, auto-fix broken

0 commit comments

Comments
 (0)