mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-19 17:00:37 +00:00
Implement state export endpoint
This commit is contained in:
@@ -37,6 +37,8 @@ func CreateRouter() *gin.Engine {
|
||||
router.GET("/offers", handlers.GetOffers)
|
||||
router.GET("/", handlers.GetServerInfo)
|
||||
|
||||
router.GET("/cosmium/export", handlers.CosmiumExport)
|
||||
|
||||
handlers.RegisterExplorerHandlers(router)
|
||||
|
||||
return router
|
||||
|
||||
Reference in New Issue
Block a user