preparing addition of tasks

This commit is contained in:
2025-07-23 08:49:16 +02:00
parent c2eae076f4
commit ddeb2a8d88
9 changed files with 91 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
export function api(rel_path){
return `${location.protocol}//${location.host.replace('5173','8080')}/api/${rel_path}`;
}