added timestamps to messages

This commit is contained in:
2025-12-15 17:33:13 +01:00
parent 0714088d4b
commit 5c1f5ab16b
5 changed files with 41 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { initAuth } from '../stores/auth.ts'
const BASE_URL = 'http://192.168.1.183:8081'
const BASE_URL = 'http://localhost:8080'
export async function apiFetch<T>(
path: string,