1
0
Fork 0
mirror of synced 2024-05-17 02:42:53 +12:00

Make use of 405 when appropriate (#13168)

This commit is contained in:
melohagan 2024-02-29 18:33:57 +00:00 committed by GitHub
parent e79e7c7cec
commit 5b09a130cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@ async function initRoutes(app: Koa) {
// api routes
app.use(api.router.routes())
app.use(api.router.allowedMethods())
}
async function initPro() {