From c079051b19e1de5d54bf25f3e57de5bfe724a5cc Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 16 Dec 2020 20:17:24 -0500 Subject: [PATCH] fix: errors in write-api schema --- public/openapi/write.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/openapi/write.yaml b/public/openapi/write.yaml index f7a5190927..ab6f8753d9 100644 --- a/public/openapi/write.yaml +++ b/public/openapi/write.yaml @@ -78,7 +78,7 @@ paths: $ref: 'write/categories.yaml' /categories/{cid}: $ref: 'write/categories/cid.yaml' - /topics: + /topics/: $ref: 'write/topics.yaml' /topics/{tid}: $ref: 'write/topics/tid.yaml' @@ -106,5 +106,5 @@ paths: $ref: 'write/posts/pid/bookmark.yaml' /admin/settings/{setting}: $ref: 'write/admin/settings/setting.yaml' - /files: + /files/: $ref: 'write/files.yaml' \ No newline at end of file