hotfix: burn router handler

This commit is contained in:
2024-11-21 15:00:33 +03:00
parent 93118a8e9f
commit afd8e3f30b

View File

@@ -20,7 +20,7 @@ func bootstrapRouter(handlerContainer *handler.Handler) *router.Router {
)
router.RegisterRoute(
"TRACKER.TOKEN_BURN",
handlerContainer.IndexTokenMint,
handlerContainer.IndexTokenBurn,
handlerContainer.AddToken,
)
router.RegisterRoute(