Added sqlite database

This commit is contained in:
2026-04-02 21:31:19 +02:00
parent f0eeaecbb1
commit 18a030a0a8
16 changed files with 1036 additions and 79 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
package models
type APIError struct {
Error string `json:"error"`
Message string `json:"message"`
}