Update match.js

This commit is contained in:
hyperdefined 2024-07-24 20:57:22 -04:00
parent b5ff796153
commit 7529d78ea7
No known key found for this signature in database
GPG Key ID: EB0B55B31E88AB03

View File

@ -214,6 +214,7 @@ export default async function(host, patternMatch, lang, obj) {
method: patternMatch.method, method: patternMatch.method,
id: patternMatch.id, id: patternMatch.id,
}); });
break;
default: default:
return createResponse("error", { return createResponse("error", {
t: loc(lang, 'ErrorUnsupported') t: loc(lang, 'ErrorUnsupported')