liuyu 5 years ago
parent
commit
ce3744b36c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.default.js

+ 1 - 1
config/config.default.js

@@ -37,7 +37,7 @@ module.exports = appInfo => {
     },
   };
 
-  config.baseUrl = 'http://localhost:8101/api/stud';
+  config.baseUrl = 'http://localhost:8101/api';
 
   // mongoose config
   config.mongoose = {