init project

This commit is contained in:
2025-01-31 11:04:28 +07:00
parent 562c727ed6
commit 66c9f17dde
21 changed files with 725 additions and 57 deletions

View File

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