mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
Update route.go
This commit is contained in:
@@ -23,7 +23,8 @@ func Routes() *httprouter.Router {
|
||||
|
||||
r.GET("/discord", controller.DiscordRedirect)
|
||||
r.GET("/vpn", controller.VPNRedirect)
|
||||
|
||||
r.GET("/camera", controller.CameraRedirect)
|
||||
|
||||
//set up public folder path
|
||||
r.ServeFiles("/public/*filepath", http.Dir("./public"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user