perbaikan config

This commit is contained in:
2025-08-17 07:10:56 +07:00
parent 229782dad8
commit a7d6005649
10 changed files with 658 additions and 545 deletions

View File

@@ -31,7 +31,7 @@ func NewServer() *http.Server {
NewServer := &Server{
port: port,
db: database.New(),
db: database.New(cfg),
}
// Declare Server config