feat: change options

This commit is contained in:
httpjamesm 2022-12-28 00:08:06 -05:00
parent 8b46beb1dd
commit 10946dcafb
4 changed files with 36 additions and 1 deletions

View file

@ -22,6 +22,8 @@ func main() {
c.String(200, "User-agent: *\nDisallow: /")
})
r.GET("/options/:name", routes.ChangeOptions)
r.GET("/", routes.GetHome)
r.POST("/", routes.PostHome)