mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-06-27 21:02:23 +00:00
6 lines
113 B
TOML
6 lines
113 B
TOML
# Rewrites for well-known endpoints
|
|
[[redirects]]
|
|
from = "/.well-known/*"
|
|
to = "/well-known/:splat"
|
|
status = 200
|