mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-11 20:40:14 +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
|