Rename endpoints (#42)

Closes #39

Reviewed-on: #42
This commit is contained in:
2025-05-14 17:14:58 +02:00
parent 790ee3c622
commit 1589bc9422
6 changed files with 125 additions and 125 deletions

View File

@@ -12,7 +12,7 @@ create table history
amount integer not null
);
create table goals
create table allowances
(
id integer primary key,
user_id integer not null,