diff --git a/src/apis/system/post.ts b/src/apis/system/post.ts index 1c71810..8857346 100644 --- a/src/apis/system/post.ts +++ b/src/apis/system/post.ts @@ -43,4 +43,4 @@ export function updatePost(postId: string, data: T.PostUpdateReq) { */ export function deletePost(postId: string) { return http.del(`${BASE_URL}/${postId}`) -} +} \ No newline at end of file