We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d509ee7 commit 81b0fc1Copy full SHA for 81b0fc1
src/index.ts
@@ -37,7 +37,7 @@ type APIGatewayEvent = Omit<APIGatewayProxyEvent, 'requestContext'> & {
37
}
38
39
const U = undefined
40
-const EXP = /\/.+\/([0-9]+)\/([0-9]+)\/(.+)/
+const EXP = /\/.+\/@\/([0-9]+)\/([0-9]+)\/(.+)/
41
42
export const handler: Handler = async ({
43
queryStringParameters,
0 commit comments