update code

This commit is contained in:
2024-12-19 08:23:06 +07:00
parent 2f68c2fec5
commit 67e69f092b
+1 -2
View File
@@ -7,7 +7,6 @@ import (
"bridging-rssa/handlers/bpjs/jadwal_dokter"
suratkontrol "bridging-rssa/handlers/bpjs/surat_kontrol"
"log"
"time"
_ "bridging-rssa/docs"
@@ -97,7 +96,7 @@ func main() {
AllowHeaders: []string{"Origin", "Content-Type"},
AllowCredentials: true,
}))
log.Println("JALAN DI PORT : 8080")
err = r.Run(":8080")
if err != nil {