Skip to content

Commit 168f4c2

Browse files
The url is supposed to end with a slash
1 parent c25b384 commit 168f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
} else {
7979
var requestURL = [
8080
serverURL,
81-
'/encoding?',
81+
'encoding?',
8282
'name=' + encodeURIComponent(name),
8383
'&value=' + encodeURIComponent(value)
8484
].join('');

0 commit comments

Comments
 (0)