fix code crud user and insert master data for fhir

This commit is contained in:
2025-03-07 11:11:44 +07:00
parent 26271ef9e3
commit a0fdf0240f
18 changed files with 940 additions and 54 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ import (
"context"
"fmt"
"log"
_ "mongotest/docs"
"mongotest/internal/server"
"net/http"
"os/signal"
"syscall"
"time"
"mongotest/internal/server"
)
func gracefulShutdown(apiServer *http.Server, done chan bool) {