first db support

This commit is contained in:
Marco Realacci 2022-11-17 16:22:48 +01:00
parent 441e28c5ac
commit 492c712835
7 changed files with 171 additions and 19 deletions

View file

@ -256,15 +256,9 @@ paths:
username:
$ref: "#/components/schemas/name"
followers:
type: array
description: Array of users that the user is following.
items:
$ref: "#/components/schemas/uid_name"
$ref: "#/components/schemas/followers_n"
following:
type: array
description: Array of users that are following the user.
items:
$ref: "#/components/schemas/uid_name"
$ref: "#/components/schemas/following_n"
photos:
$ref: "#/components/schemas/user_photo_stream"
'404':