Skip to content

Commit 4ffd6fc

Browse files
authored
refactor: change example config Parse Server port from 1338 to 1337 (#2012)
1 parent 5ee456b commit 4ffd6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse-Dashboard/parse-dashboard-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"apps": [
33
{
4-
"serverURL": "http://localhost:1338/parse",
4+
"serverURL": "http://localhost:1337/parse",
55
"appId": "hello",
66
"masterKey": "world",
77
"appName": "",

0 commit comments

Comments
 (0)