[backend] stabilise codebase

This commit is contained in:
2025-10-11 20:09:05 +02:00
parent 2886fa9f0c
commit 1e812c93a6
36 changed files with 487 additions and 212 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export interface Point {
}
export interface ApiPoint {
id: number;
id: string;
signalLocation: Point;
createdAt: string;
userKey: string;