Skip to content

Commit 6c02f4b

Browse files
committed
chore: update chatbot api endpoint
1 parent 7df223b commit 6c02f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export const DEFAULT_CONFIG = {
44
WELCOME_MESSAGE_LOGGED_OUT: 'To ask questions, please log in.',
55
WELCOME_MESSAGE_LOGIN_TRANSITION: 'Welcome! You are now logged in. What can I help you with?',
66
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',
7+
API_ENDPOINT: 'https://access-ai.ccs.uky.edu/api/query',
8+
//API_ENDPOINT: 'https://access-ai.ccs.uky.edu:543/api/query',
99

1010
// Netlify function URL
1111
netlifyBaseUrl: process.env.REACT_APP_NETLIFY_BASE_URL,

0 commit comments

Comments
 (0)