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