Skip to content

Commit

Permalink
middleware url --> AWS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
apai25 committed Apr 4, 2024
1 parent fc7b777 commit 42165b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 42165b6

Please sign in to comment.