lil fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
const connection = new WebSocket('ws://localhost:8181/socket')
|
// const connection = new WebSocket('ws://localhost:8181/socket')
|
||||||
// const connection = new WebSocket('wss://echo.websocket.org')
|
// const connection = new WebSocket('wss://echo.websocket.org')
|
||||||
|
const connection = new WebSocket('wss://voozik.gltronic.ovh/socket')
|
||||||
|
|
||||||
export default function createSignalPlugin () {
|
export default function createSignalPlugin () {
|
||||||
return store => {
|
return store => {
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="home">
|
<div class="home">
|
||||||
|
<img src="../assets/logo.png" alt="voozik logo">
|
||||||
<div v-if="serverConnected">
|
<div v-if="serverConnected">
|
||||||
<h1 class="title is-1 has-text-success">Server online</h1>
|
<h1 class="title is-1 has-text-success">Server online</h1>
|
||||||
<div v-if="isLoggedIn">
|
<div v-if="isLoggedIn">
|
||||||
|
|||||||
BIN
voozik.jar
BIN
voozik.jar
Binary file not shown.
Reference in New Issue
Block a user