Skip to content

Commit

Permalink
Update port
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pasquale committed Sep 11, 2024
1 parent 7a3e976 commit f30c090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import './App.css';
import ChatBot from "react-chatbotify";

const queryEndpoint = 'https://access-ai.ccs.uky.edu:6060/api/query';
const queryEndpoint = 'https://access-ai.ccs.uky.edu/api/query';
const apiKey = process.env.REACT_APP_API_KEY;
let hasError = false;

Expand Down

0 comments on commit f30c090

Please sign in to comment.