mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-07 04:09:15 +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
|
// Add routes to the app instance for the data-manager ical service
|
||||||
service.AddFeedRoutes(app)
|
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