feat: Remove support for V1 unencrypted backend (#4189)
This commit is contained in:
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
@ -19,7 +19,6 @@ interface Window {
|
||||
// https://github.com/facebook/create-react-app/blob/ddcb7d5/packages/react-scripts/lib/react-app.d.ts
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
readonly REACT_APP_BACKEND_V1_GET_URL: string;
|
||||
readonly REACT_APP_BACKEND_V2_GET_URL: string;
|
||||
readonly REACT_APP_BACKEND_V2_POST_URL: string;
|
||||
readonly REACT_APP_SOCKET_SERVER_URL: string;
|
||||
|
Reference in New Issue
Block a user