From c489a83285f4ef4215828b457f93d1d9fcf98fc5 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 27 Feb 2024 11:49:11 +0530 Subject: [PATCH] Proxy: add docs --- proxy.conf.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proxy.conf.json b/proxy.conf.json index 037f601..467a131 100644 --- a/proxy.conf.json +++ b/proxy.conf.json @@ -17,6 +17,16 @@ "secure": false, "ws": true }, + "/openapi.json": { + "target": "http://127.0.0.1:5000", + "secure": false, + "ws": true + }, + "/docs": { + "target": "http://127.0.0.1:5000", + "secure": false, + "ws": true + }, "/api": { "target": "http://127.0.0.1:5000", "secure": false,