fixed and improved profile pictures
This commit is contained in:
@@ -5,7 +5,7 @@ import { validateToken } from './store.ts'
|
||||
import { fluent, setLanguage } from './i18n'
|
||||
|
||||
import './base.css'
|
||||
import { getLocalePreference } from './authStore.ts'
|
||||
import { getLocalePreference } from './store.ts'
|
||||
|
||||
async function init() {
|
||||
await validateToken()
|
||||
@@ -28,7 +28,9 @@ async function init() {
|
||||
|
||||
init()
|
||||
|
||||
export const API = 'http://127.0.0.1:8080'
|
||||
// export const API = 'http://127.0.0.1:8080'
|
||||
export const API = 'http://192.168.1.183:8080'
|
||||
// export const API = 'https://alatreon.org/chatapp'
|
||||
export const API_WS = 'ws://127.0.0.1:8080/ws'
|
||||
// export const API_WS = 'ws://127.0.0.1:8080/ws'
|
||||
export const API_WS = 'ws://192.168.1.183:8080/ws'
|
||||
// export const API_WS = 'wss://alatreon.org/chatapp/ws'
|
||||
|
||||
Reference in New Issue
Block a user