From 07f67e4f3e99cd8f00b351becea069d33cc4d3d8 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sun, 23 Jan 2022 01:53:07 +0100 Subject: [PATCH] change server port --- Parse-Dashboard/parse-dashboard-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse-Dashboard/parse-dashboard-config.json b/Parse-Dashboard/parse-dashboard-config.json index e5c4decbf3..84d5d15396 100644 --- a/Parse-Dashboard/parse-dashboard-config.json +++ b/Parse-Dashboard/parse-dashboard-config.json @@ -1,7 +1,7 @@ { "apps": [ { - "serverURL": "http://localhost:1338/parse", + "serverURL": "http://localhost:1337/parse", "appId": "hello", "masterKey": "world", "appName": "",