feat: implement friends API with routes to get friends list and update thought visibility logic

This commit is contained in:
2025-09-06 22:14:47 +02:00
parent bf7c6501c6
commit dc92945962
11 changed files with 241 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ use utoipa::OpenApi;
#[derive(OpenApi)]
#[openapi(
paths(thoughts_post, thoughts_delete),
paths(thoughts_post, thoughts_delete, get_thought_by_id),
components(schemas(
CreateThoughtParams,
ThoughtSchema,