perubahan terbaru

This commit is contained in:
2025-08-05 09:53:39 +07:00
parent 9c3c676bd5
commit cf0765b92f
6 changed files with 11 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ import (
type Server struct {
port int
db database.Service
db database.Services
}
func NewServer() *http.Server {