소스 검색

update port to use main test server

thomas 3 년 전
부모
커밋
e18e7b62d7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/AdminCommands.vue
  2. 1 1
      src/components/UIClient.vue

+ 1 - 1
src/components/AdminCommands.vue

@@ -31,7 +31,7 @@ export default class AdminCommands extends Vue {
   
   socket = null
   responses = []
-  url = 'http://localhost:3111'
+  url = 'http://localhost:3011'
   cnt = 0
 
   setResponse(data) {

+ 1 - 1
src/components/UIClient.vue

@@ -190,7 +190,7 @@ export default class UiClient extends Vue {
     userName: null,
     cancelRequest: null,
   }
-  url = 'http://localhost:3111';
+  url = 'http://localhost:3011';
   messages: Message[] = [];
   loading: boolean = false
   modal: boolean = false