implement members controller

This commit is contained in:
tw-blue
2025-11-30 16:39:24 +01:00
parent ea2b04d6a0
commit 987a380758
9 changed files with 251 additions and 27 deletions
@@ -0,0 +1,5 @@
export enum ErrorStates {
UNKNOWN_ERROR = 0,
ENTITY_NOT_FOUND = 1,
BAD_REQUEST = 2,
}