mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 08:18:17 +00:00
6 lines
141 B
YAML
6 lines
141 B
YAML
- name: allow-api-routes
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- '!(method == "HEAD" || method == "GET")'
|
|
- path.startsWith("/api/") |