mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
feat:#36 fixed slog attribute
This commit is contained in:
@ -67,5 +67,5 @@ func main() {
|
||||
// Add routes to the app instance for the data-manager ical service
|
||||
service.AddFeedRoutes(app)
|
||||
|
||||
slog.Info("Starting ical service", fiberApp.Listen(":8091"))
|
||||
slog.Info("Starting ical service", "fiberApp", fiberApp.Listen(":8091"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user