|
@@ -8,7 +8,7 @@ const Parse = require('parse/node');
|
|
|
|
|
|
|
|
Parse.initialize('hb-voc');
|
|
Parse.initialize('hb-voc');
|
|
|
|
|
|
|
|
-Parse.serverURL = 'https://partyvoc.com//parse';
|
|
|
|
|
|
|
+Parse.serverURL = 'https://partyvoc.com/parse';
|
|
|
|
|
|
|
|
Parse.masterKey = 'hb2026pallt';
|
|
Parse.masterKey = 'hb2026pallt';
|
|
|
|
|
|
|
@@ -30,7 +30,7 @@ function getConfig() {
|
|
|
parse: {
|
|
parse: {
|
|
|
port: 3000,
|
|
port: 3000,
|
|
|
appId: 'hb-voc',
|
|
appId: 'hb-voc',
|
|
|
- serverURL: 'https://partyvoc.com//parse'
|
|
|
|
|
|
|
+ serverURL: 'https://partyvoc.com/parse'
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
}
|
|
}
|