瀏覽代碼

created api

warrior 8 小時之前
父節點
當前提交
519ca89800
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      server.ts

+ 2 - 2
server.ts

@@ -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'
       }
       }
     };
     };
   }
   }