Files
anubis-mirror/data/apps/allow-api-routes.yaml
2025-04-28 13:06:24 -04:00

6 lines
141 B
YAML

- name: allow-api-routes
action: ALLOW
expression:
all:
- '!(method == "HEAD" || method == "GET")'
- path.startsWith("/api/")