1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fetching backend stats

This commit is contained in:
Fedor Katurov 2020-06-09 12:35:54 +07:00
parent d260325592
commit be3401a4e5
5 changed files with 46 additions and 8 deletions

View file

@ -37,6 +37,6 @@ export const API = {
YOUTUBE: '/embed/youtube',
},
BORIS: {
GET_GIT_LOG: 'http://vault48.org/stats/git.json',
GET_BACKEND_STATS: '/stats',
},
};