Block a user
BLOG-104 Implement CRUD functionality for Posts
BLOG-104 Implement CRUD functionality for Posts
**The
published_time
field is marked asrequired
in the OpenAPI schema, but its Rust
typeOption
indicates it's optional. This creates an…
BLOG-104_post_create_and_update_routes
squid
created branch BLOG-104_post_create_and_update_routes in squid/blog
2025-08-02 14:29:54 +08:00
squid
deleted branch BLOG-105_lable_create_and_update_routes from squid/blog
2025-08-02 10:46:02 +08:00
BLOG-105 Implement CRUD functionality for Labels
BLOG-105 Implement CRUD functionality for Labels
**The
update_label
method inLabelDbServiceImpl
already handles the case where the
label is not found by checkingrows_affected
and returning…
BLOG-105 Implement CRUD functionality for Labels
squid
created branch BLOG-105_lable_create_and_update_routes in squid/blog
2025-08-02 10:30:47 +08:00
BLOG-103 Add API documentation with Utoipa