feat: ministrant list tab with add/edit, action bar at top
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user