完成博客、资源管理api
This commit is contained in:
5
tone-page-web/lib/api/admin/web/blog/list.ts
Normal file
5
tone-page-web/lib/api/admin/web/blog/list.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import fetcher from "@/lib/api/fetcher";
|
||||
|
||||
export async function list() {
|
||||
return fetcher('/admin/web/blog')
|
||||
}
|
||||
Reference in New Issue
Block a user