We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df223b commit 6c02f4bCopy full SHA for 6c02f4b
src/config/constants.js
@@ -4,8 +4,8 @@ export const DEFAULT_CONFIG = {
4
WELCOME_MESSAGE_LOGGED_OUT: 'To ask questions, please log in.',
5
WELCOME_MESSAGE_LOGIN_TRANSITION: 'Welcome! You are now logged in. What can I help you with?',
6
WELCOME_MESSAGE_LOGOUT_TRANSITION: 'You have been logged out.',
7
- // API_ENDPOINT: 'https://access-ai.ccs.uky.edu/api/query',
8
- API_ENDPOINT: 'https://access-ai.ccs.uky.edu:543/api/query',
+ API_ENDPOINT: 'https://access-ai.ccs.uky.edu/api/query',
+ //API_ENDPOINT: 'https://access-ai.ccs.uky.edu:543/api/query',
9
10
// Netlify function URL
11
netlifyBaseUrl: process.env.REACT_APP_NETLIFY_BASE_URL,
0 commit comments