Rename endpoints

This commit is contained in:
2025-05-14 17:12:47 +02:00
parent bca2d67b02
commit 895a6be140
5 changed files with 43 additions and 43 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,