desktop: fix localhost port

This commit is contained in:
Jeffrey Morgan 2023-06-27 15:32:10 -04:00
parent bf730ac6c5
commit 217eb4dbe3

View file

@ -3,7 +3,7 @@ import path from 'path'
import os from 'os'
import { dialog, getCurrentWindow } from '@electron/remote'
const API_URL = 'http://127.0.0.1:5001'
const API_URL = 'http://127.0.0.1:7734'
type Message = {
sender: 'bot' | 'human'