Add websocket handling for selected flights.

This commit is contained in:
Dan Albert
2022-03-01 20:42:59 -08:00
parent 6d29bfdf65
commit 8e8bbe84f3
13 changed files with 190 additions and 13 deletions

View File

@@ -4,4 +4,6 @@ export const backend = axios.create({
baseURL: "http://[::1]:5000/",
});
export const WEBSOCKET_URL = "ws://[::1]:5000/eventstream";
export default backend;