backend for queues & minor front tweaks

This commit is contained in:
2024-04-11 16:39:08 +03:00
parent 8b8124d58d
commit 57965fc147
21 changed files with 210 additions and 35 deletions

View File

@ -1 +1 @@
export const baseUrl = "http://localhost/api";
export const baseUrl = `${window.location.protocol}//${window.location.host}/api`;