add drone
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-04-03 14:30:42 +10:00
parent f61441fe99
commit dc0d77ad11
3 changed files with 37 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ func main() {
defer stop()
// Creates a router without any middleware by default
gin.SetMode(gin.ReleaseMode)
router := gin.New()
// Global middleware