This commit is contained in:
kandrusyak
2022-06-28 16:38:05 +03:00
parent d617de75b5
commit 3a4ed9daf9
10 changed files with 94 additions and 51 deletions

3
src/api/node.js Normal file
View File

@@ -0,0 +1,3 @@
import {fetchWrapper} from '../shared/fetchWrapper';
export const getNodeInfo = (headers) => fetchWrapper.get('node/info/', headers)