mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add websocket handling for selected flights.
This commit is contained in:
@@ -4,4 +4,6 @@ export const backend = axios.create({
|
||||
baseURL: "http://[::1]:5000/",
|
||||
});
|
||||
|
||||
export const WEBSOCKET_URL = "ws://[::1]:5000/eventstream";
|
||||
|
||||
export default backend;
|
||||
|
||||
Reference in New Issue
Block a user