Feature: add $extName for paste template

ISSUES CLOSED: #1000
This commit is contained in:
PiEgg
2022-10-31 19:02:37 +08:00
parent 33bfaa5959
commit 64e54d0b0b
7 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class Server {
})
return
}
if (request.method === 'POST') {
if (!routers.getHandler(request.url!)) {
logger.warn(`[PicGo Server] don't support [${request.url}] url`)