feat: create v2 for module support
All checks were successful
Deploy / deploy (push) Successful in 1m21s
All checks were successful
Deploy / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -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},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user