feat: ministrant list tab with add/edit, action bar at top

This commit is contained in:
2026-07-14 22:05:00 +02:00
parent 39929361a0
commit 7e5fa85a0a
5 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import {Auth} from "@/services/auth";
const API_ENDPOINT = import.meta.env.MODE == "development"
? "http://0.0.0.0:8080/api"
? "http://localhost:8080/api"
: window.location.origin + "/api"