* Basic api documentation * fix styling issue * fix styling issue * gitignore unecessary folders * openApi 2.0 first draft * solved conflicts * solved errors in openapi file * added missing doc on video + deleted apidoc comments * fix last warnings and errors inopenapi definition
This commit is contained in:
parent
a28f353a64
commit
1569a81894
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,6 @@ import { ActorModel } from '../../../models/activitypub/actor'
|
|||
import { ActorFollowModel } from '../../../models/activitypub/actor-follow'
|
||||
|
||||
const serverFollowsRouter = express.Router()
|
||||
|
||||
serverFollowsRouter.get('/following',
|
||||
paginationValidator,
|
||||
followingSortValidator,
|
||||
|
|
Loading…
Reference in New Issue