init project

This commit is contained in:
2025-03-19 13:47:29 +07:00
parent 80d1f95f66
commit f6a2cf3a5b
22 changed files with 677 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ import (
"syscall"
"time"
"blueprint_fix/internal/server"
"template_blueprint/internal/server"
)
func gracefulShutdown(apiServer *http.Server, done chan bool) {