@@ -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) {
@@ -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