rename debug path to raw

This commit is contained in:
Gianni Carafa
2023-11-02 19:19:13 +01:00
parent ec7f2089fc
commit 45a3fe2adf
3 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ func main() {
)
app.Get("/", handlers.Form)
app.Get("debug/*", handlers.Debug)
app.Get("raw/*", handlers.Raw)
app.Get("api/*", handlers.Api)
app.Get("/*", handlers.ProxySite)