From 2766d1aa14a9583db173a1a979df2c2aaa768136 Mon Sep 17 00:00:00 2001 From: DSeeLP <46624152+DSeeLP@users.noreply.github.com> Date: Sun, 23 Mar 2025 22:52:16 +0100 Subject: [PATCH] fix url of motd endpoint --- openapi-def.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi-def.yaml b/openapi-def.yaml index 59c5f21..3ea11c4 100644 --- a/openapi-def.yaml +++ b/openapi-def.yaml @@ -10,7 +10,7 @@ tags: - name: Transactions - name: Chats paths: - /motd: + /api/motd: get: operationId: motd responses: