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://voozik.gltronic.ovh/socket')
|
||||
|
||||
export default function createSignalPlugin () {
|
||||
return store => {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<img src="../assets/logo.png" alt="voozik logo">
|
||||
<div v-if="serverConnected">
|
||||
<h1 class="title is-1 has-text-success">Server online</h1>
|
||||
<div v-if="isLoggedIn">
|
||||
|
||||
BIN
voozik.jar
BIN
voozik.jar
Binary file not shown.
Reference in New Issue
Block a user