liuyu hace 5 años
padre
commit
994babc9f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';
+  config.baseUrl = 'http://localhost:8101/api/stud';
 
   // mongoose config
   config.mongoose = {