Commit 217eb4db authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

desktop: fix localhost port

parent bf730ac6
...@@ -3,7 +3,7 @@ import path from 'path' ...@@ -3,7 +3,7 @@ import path from 'path'
import os from 'os' import os from 'os'
import { dialog, getCurrentWindow } from '@electron/remote' 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 = { type Message = {
sender: 'bot' | 'human' sender: 'bot' | 'human'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment