Skip to content

Commit 5803121

Browse files
committed
Fixing server routing.
1 parent 04c241e commit 5803121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

now.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"routes": [
99
{
1010
"src": "/(.*)",
11-
"dest": "/blocks/$1"
11+
"dest": "blocks/$1"
1212
}
1313
],
1414
"regions": ["gru1", "hnd1", "iad1", "sfo1"]

0 commit comments

Comments
 (0)