Implement settingsservice

This commit is contained in:
2024-08-09 15:16:02 +02:00
parent d6e00316bc
commit 56e0ef49a0
8 changed files with 61 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
package main
type FoodService struct {
db *DB
}