Added support for using cosmosdb-explorer

This commit is contained in:
Pijus Kamandulis
2024-02-14 01:47:51 +02:00
parent b780e8c228
commit 31eaf0ad3f
5 changed files with 68 additions and 6 deletions

View File

@@ -35,5 +35,7 @@ func CreateRouter() *gin.Engine {
router.GET("/offers", handlers.GetOffers)
router.GET("/", handlers.GetServerInfo)
handlers.RegisterExplorerHandlers(router)
return router
}