From d96cc39a651f30293f2f1b06e12311f6413c3076 Mon Sep 17 00:00:00 2001 From: eiiko6 Date: Wed, 31 Dec 2025 19:43:59 +0100 Subject: [PATCH] changed urls to deployment server and pushed to version 1.0.0 --- src-tauri/Cargo.toml | 2 +- src/main.ts | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a3bf6ec..f1db502 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chatapp" -version = "0.1.0" +version = "1.0.0" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/src/main.ts b/src/main.ts index 978e684..305fedb 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,5 +15,7 @@ async function init() { init() -export const API = 'http://127.0.0.1:8080' -export const API_WS = 'ws://127.0.0.1:8080/ws' +// export const API = 'http://127.0.0.1:8080' +export const API = 'https://alatreon.org/chatapp' +// export const API_WS = 'ws://127.0.0.1:8080/ws' +export const API_WS = 'wss://alatreon.org/chatapp/ws'