mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 05:37:44 +02:00
feat:#49 added new ical lib for description formatting
This commit is contained in:
@@ -62,7 +62,12 @@ func main() {
|
||||
DataManagerURL: "http://" + host + ":8090",
|
||||
}
|
||||
|
||||
fiberApp.Use(logger.New())
|
||||
fiberApp.Use(logger.New(
|
||||
logger.Config{
|
||||
Format: "[${time}] ${status} - ${latency} ${method} ${path} ${error}\n",
|
||||
TimeFormat: "02-01-2006 15:04:05",
|
||||
},
|
||||
))
|
||||
|
||||
// Add routes to the app instance for the data-manager ical service
|
||||
service.AddFeedRoutes(app)
|
||||
|
Reference in New Issue
Block a user