This commit is contained in:
2025-06-19 22:03:57 +08:00
parent 538dd3c81e
commit 69b8967014
19 changed files with 52 additions and 71 deletions

View File

@@ -1,7 +1,9 @@
import fetcher from "@/lib/api/fetcher";
type CreateBlogParams = {
title: string;
description: string;
contentUrl: string;
}
export async function create(data: CreateBlogParams) {