mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Move the server off the default uvicorn port.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import axios from "axios";
|
||||
|
||||
export const HTTP_URL = "http://[::1]:5000/";
|
||||
export const HTTP_URL = "http://[::1]:1688/";
|
||||
|
||||
export const backend = axios.create({
|
||||
baseURL: HTTP_URL,
|
||||
});
|
||||
|
||||
export const WEBSOCKET_URL = "ws://[::1]:5000/eventstream";
|
||||
export const WEBSOCKET_URL = "ws://[::1]:1688/eventstream";
|
||||
|
||||
export default backend;
|
||||
|
||||
Reference in New Issue
Block a user