Merge "getInitData" method from simon/angular-universal.

This commit is contained in:
softsimon
2020-11-23 02:38:56 +07:00
parent 30fb0bad78
commit c0d2430a84
3 changed files with 30 additions and 12 deletions

View File

@@ -142,6 +142,7 @@ class Server {
.get(config.MEMPOOL.API_URL_PREFIX + 'fees/recommended', routes.getRecommendedFees)
.get(config.MEMPOOL.API_URL_PREFIX + 'fees/mempool-blocks', routes.getMempoolBlocks)
.get(config.MEMPOOL.API_URL_PREFIX + 'backend-info', routes.getBackendInfo)
.get(config.MEMPOOL.API_URL_PREFIX + 'init-data', routes.getInitData)
;
if (config.STATISTICS.ENABLED && config.DATABASE.ENABLED) {