From 42165b6634c5b1d56ab003bfcb57dc607a7636be Mon Sep 17 00:00:00 2001 From: Anirudh Pai Date: Wed, 3 Apr 2024 21:40:16 -0700 Subject: [PATCH] middleware url --> AWS endpoint --- src/config/config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config/config.js b/src/config/config.js index 1bf8280baf2..0d61924c9f0 100644 --- a/src/config/config.js +++ b/src/config/config.js @@ -80,9 +80,7 @@ const EQUATION_EDITOR_AUTO_COMMANDS = "pi theta sqrt sum prod int alpha beta gamma rho nthroot pm"; const EQUATION_EDITOR_AUTO_OPERATORS = "sin cos tan"; -const MIDDLEWARE_URL = - process.env.REACT_APP_MIDDLEWARE_URL || - "https://oatutor.askoski.berkeley.edu"; +const MIDDLEWARE_URL = "https://di2iygvxtg.execute-api.us-west-1.amazonaws.com/prod"; const HELP_DOCUMENT = "https://docs.google.com/document/d/e/2PACX-1vToe2F3RiCx1nwcX9PEkMiBA2bFy9lQRaeWIbyqlc8W_KJ9q-hAMv34QaO_AdEelVY7zjFAF1uOP4pG/pub";