Initial commit: admin dashboard for GameNo.
Vue 3 + Vite dashboard with PrimeVue, i18n, and API integration for institution management.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// /src/api/dashboardApi.js
|
||||
import axiosInstance from './axiosInstance';
|
||||
|
||||
export const dashboardApi = {
|
||||
getStats: () => axiosInstance.get('/dashboard/admin/stats')
|
||||
};
|
||||
Reference in New Issue
Block a user