Skip to content

Commit

Permalink
Connect to local chat app in electron mode
Browse files Browse the repository at this point in the history
  • Loading branch information
avaer committed Dec 1, 2024
1 parent 7fa081e commit 04e157f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ const makeViteServer = (directory) => {

// frontend code

const host = 'https://chat.upstreet.ai';
// const host = 'https://chat.upstreet.ai';
const host = 'http://127.0.0.1:3000';

const createOTP = async (jwt) => {
const res = await fetch(
Expand Down

0 comments on commit 04e157f

Please sign in to comment.