Explorar el Código

[edit][api-url]

zhangwei hace 3 años
padre
commit
7b88603229
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/http/configAPI.js

+ 1 - 1
src/http/configAPI.js

@@ -6,4 +6,4 @@ const api = {
 	development: 'https://testapi.denet.me'
 }
 
-export const baseUrl = api[process.env.NODE_ENV] + '/denet'
+export const baseAPIUrl = api[process.env.NODE_ENV] + '/denet'