feat: add banner printing functionality to server startup
This commit is contained in:
@@ -25,6 +25,7 @@ func NewServer() (*gin.Engine, error) {
|
||||
cfg := config.Current()
|
||||
|
||||
gin.SetMode(gin.ReleaseMode)
|
||||
printBanner()
|
||||
|
||||
app := gin.New()
|
||||
app.Use(corsMiddleware())
|
||||
|
||||
Reference in New Issue
Block a user