mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 22:35:37 +08:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
import client from "./internal/httpClient";
|
|
|
|
export function dashboardList() {
|
|
return client.get("/backend/v1/dashboard/index", {});
|
|
}
|