Renaming assets-group to assets/group

This commit is contained in:
softsimon
2022-02-06 19:43:57 +04:00
parent f0398e906d
commit 4c2c6396ba
7 changed files with 12 additions and 12 deletions

View File

@@ -321,7 +321,7 @@ class Server {
.get(config.MEMPOOL.API_URL_PREFIX + 'assets/icons', routes.getAllLiquidIcon)
.get(config.MEMPOOL.API_URL_PREFIX + 'assets/featured', routes.$getAllFeaturedLiquidAssets)
.get(config.MEMPOOL.API_URL_PREFIX + 'asset/:assetId/icon', routes.getLiquidIcon)
.get(config.MEMPOOL.API_URL_PREFIX + 'asset-group/:id', routes.$getAssetGroup)
.get(config.MEMPOOL.API_URL_PREFIX + 'assets/group/:id', routes.$getAssetGroup)
;
}