feat(app): migrate /app accounts to Vue SPA (stage 3)
This commit is contained in:
7
app-frontend/src/api/stats.js
Normal file
7
app-frontend/src/api/stats.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { publicApi } from './http'
|
||||
|
||||
export async function fetchRunStats() {
|
||||
const { data } = await publicApi.get('/run_stats')
|
||||
return data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user