desktop: fix localhost port
This commit is contained in:
parent
bf730ac6c5
commit
217eb4dbe3
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue