rename debug path to raw
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user