Skip to content

Commit 81b0fc1

Browse files
committed
update
1 parent d509ee7 commit 81b0fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type APIGatewayEvent = Omit<APIGatewayProxyEvent, 'requestContext'> & {
3737
}
3838

3939
const U = undefined
40-
const EXP = /\/.+\/([0-9]+)\/([0-9]+)\/(.+)/
40+
const EXP = /\/.+\/@\/([0-9]+)\/([0-9]+)\/(.+)/
4141

4242
export const handler: Handler = async ({
4343
queryStringParameters,

0 commit comments

Comments
 (0)