Skip to content

Commit a2518e6

Browse files
committed
Updating upload path.
1 parent 9aac024 commit a2518e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/upload-url-to-s3/now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"builds": [{ "src": "index.js", "use": "@now/node" }],
55
"routes": [
66
{
7-
"src": "upload/(.*)",
7+
"src": "/upload-url-to-s3",
88
"dest": "/index.js"
99
}
1010
],

0 commit comments

Comments
 (0)