mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-24 21:39:14 +02:00
Merge branch '56-e-tag-identifier-for-a-specific-version-of-a-resource' into 'development'
fix:#56 removed ip logs from ical service See merge request htwk-software/htwkalender!77
This commit is contained in:
@@ -69,7 +69,12 @@ func main() {
|
|||||||
DataManagerURL: "http://" + host + ":8090",
|
DataManagerURL: "http://" + host + ":8090",
|
||||||
}
|
}
|
||||||
|
|
||||||
fiberApp.Use(logger.New())
|
fiberApp.Use(logger.New(
|
||||||
|
logger.Config{
|
||||||
|
Format: "${time} | ${status} | ${latency} | ${method} - ${path} | ${error}\n",
|
||||||
|
TimeFormat: "02-Jan-2006 15:04:05",
|
||||||
|
},
|
||||||
|
))
|
||||||
|
|
||||||
// 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)
|
||||||
|
Reference in New Issue
Block a user