From e52bf788039d8b9121907c688ccc90a54b36923f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?5gi=20=E2=98=91?= <5gi.exist@gmail.com> Date: Thu, 21 Dec 2023 14:35:39 -0500 Subject: [PATCH] Made changes including POST-to-GET CORS proxy in order to get NGINX site HTML and disabled CORS for the API. --- .idea/gradle.xml | 1 + .idea/misc.xml | 1 - .idea/workspace.xml | 49 ++++--------- .../java/tech/nevets/ngxinstaller/Server.java | 69 ++++++++++++++++++- .../tech/nevets/ngxinstaller/TextStorage.java | 4 ++ 5 files changed, 86 insertions(+), 38 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 14746e7..2a65317 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,5 +1,6 @@ +