changed urls to deployment server and pushed to version 1.0.0

This commit is contained in:
2025-12-31 19:43:59 +01:00
parent df2280df4f
commit d96cc39a65
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "chatapp"
version = "0.1.0"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -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'