renamed editor

This commit is contained in:
2026-03-26 17:35:48 +01:00
parent 63cc84916e
commit 005c5f370c
4 changed files with 40 additions and 11 deletions
+1
View File
@@ -44,6 +44,7 @@ pub struct PostDetail {
#[derive(Deserialize)]
pub struct CreatePostRequest {
pub slug: String,
pub old_slug: Option<String>,
pub summary: Option<String>,
pub content: String,
}