feat: create v2 for module support
All checks were successful
Deploy / deploy (push) Successful in 1m21s

This commit is contained in:
xuu
2023-10-19 17:05:41 -06:00
parent 392341cf38
commit b82a1e954e
33 changed files with 14142 additions and 25714 deletions

View File

@@ -40,8 +40,6 @@ func init() {
{Name: "getPaste", Method: "GET", Pattern: "/api/{id}", HandlerFunc: p.getPaste},
{Name: "getPaste", Method: "GET", Pattern: "/api/get/{id}", HandlerFunc: p.getPaste},
{Name: "postPaste", Method: "POST", Pattern: "/api", HandlerFunc: p.postPaste},
{Name: "qrcode", Method: "GET", Pattern: "/qr", HandlerFunc: p.qrcode},
})
}