mirror of
https://github.com/turbomaster95/coderrrrr.git
synced 2025-05-12 04:50:13 +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
|