소스 검색

url change

master
rpm-mcarman 2 년 전
부모
커밋
9c0bbf4296
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      app/config/config.json
  2. +1
    -1
      views/layouts/main.ejs

+ 1
- 1
app/config/config.json 파일 보기

@@ -6,6 +6,6 @@
"methods": "GET,POST,DELETE,PATCH,PUT"
},
"env": {
"API_BASEURL": "http://localhost:8080/api/v1.0/"
"API_BASEURL": "http://vapor.prelub.com/api/v1.0/"
}
}

+ 1
- 1
views/layouts/main.ejs 파일 보기

@@ -48,7 +48,7 @@
<body is="dmx-app" id="main">
<div class="container">
<dmx-value id="var_userinfo"></dmx-value>
<dmx-value id="pg_apiurl" dmx-bind:value="'http://localhost:8080/api/v1.0/'"></dmx-value>
<dmx-value id="pg_apiurl" dmx-bind:value="'http://vapor.prelub.com/api/v1.0/'"></dmx-value>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">RPM Studio</a>


불러오는 중...
취소
저장