From c68653d035a8e05323bcc6b91d1f02a06d0795e4 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 13 Oct 2020 14:26:25 -0400 Subject: [PATCH] fix: typo --- public/openapi/write.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openapi/write.yaml b/public/openapi/write.yaml index bb1c34cd98..07e06cf4c5 100644 --- a/public/openapi/write.yaml +++ b/public/openapi/write.yaml @@ -21,7 +21,7 @@ info: license: name: GPL-3.0 servers: - - url: /write/v1 + - url: /api/v1 tags: - name: users description: 'Account related calls (create, modify, delete, etc.)'