changed urls to deployment server and pushed to version 1.0.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "chatapp"
|
name = "chatapp"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["you"]
|
authors = ["you"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -15,5 +15,7 @@ async function init() {
|
|||||||
|
|
||||||
init()
|
init()
|
||||||
|
|
||||||
export const API = 'http://127.0.0.1:8080'
|
// export const API = 'http://127.0.0.1:8080'
|
||||||
export const API_WS = 'ws://127.0.0.1:8080/ws'
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user