Small changes.

This commit is contained in:
rony5394
2026-03-13 14:00:52 +01:00
parent 064a944655
commit 49f36ff8ba
3 changed files with 4 additions and 3 deletions

View File

@@ -88,6 +88,8 @@ func Run(Config cfg.Config){
}();
fmt.Println("Api started!");
time.Sleep(10*time.Millisecond);
<-ctx.Done();
fmt.Println("Stopping http server.");