first commit
This commit is contained in:
7
src/api/live.js
Normal file
7
src/api/live.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
|
||||
async function getLive() {
|
||||
return Vue.axios.get('/admin/live')
|
||||
}
|
||||
|
||||
export { getLive }
|
||||
Reference in New Issue
Block a user