feat: add routing for ManageAccount and ManageGroups

This commit is contained in:
Wikzyy
2025-02-20 21:57:10 +07:00
parent 743d2bfcb9
commit 2a1d10fd3d
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
import { apiConfig } from '@/config/api.config';
const API_URL = apiConfig.service_dashboard;