feat: 调整api路径

This commit is contained in:
2026-07-31 00:38:57 +08:00
parent a91ee9ac55
commit 3100c1c1e9
5 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ if (isNaN(Number(page))) {
const http = createHttp(Astro.request.headers);
const { list, total } = await http.get<ApiPageResponse<Post>>("post", {
const { list, total } = await http.get<ApiPageResponse<Post>>("posts", {
searchParams: {
page,
page_size: metadata.postPageSize,