mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
dev day #62
This commit is contained in:
@@ -2093,6 +2093,10 @@ func (bc *BaseController) SetupInitialize(c *gin.Context) {
|
||||
}
|
||||
logger.Info("Initial settings saved: club_id=%s club_name=%s gallery_url=%s gallery_label=%s", s.ClubID, s.ClubName, s.GalleryURL, s.GalleryLabel)
|
||||
|
||||
// Seed default homepage page elements with all available sections
|
||||
bc.seedDefaultHomePageElements()
|
||||
logger.Info("Default homepage page elements seeded")
|
||||
|
||||
// Run all setup operations asynchronously in background to provide immediate response
|
||||
scheme := "http"
|
||||
if c.Request.TLS != nil {
|
||||
|
||||
Reference in New Issue
Block a user