Commit a8fde650 authored by isstuev's avatar isstuev

token details

parent 95bd3e72
...@@ -177,6 +177,14 @@ export const RESOURCES = { ...@@ -177,6 +177,14 @@ export const RESOURCES = {
path: '/api/v2/tokens/:hash/counters', path: '/api/v2/tokens/:hash/counters',
}, },
// TOKEN
token: {
path: '/api/v2/tokens/:hash',
},
token_counters: {
path: '/api/v2/tokens/:hash/counters',
},
// HOMEPAGE // HOMEPAGE
homepage_stats: { homepage_stats: {
path: '/api/v2/stats', path: '/api/v2/stats',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment