feat: Remove support for V1 unencrypted backend (#4189)

This commit is contained in:
Lipis
2021-11-02 14:52:25 +02:00
committed by GitHub
parent 8d4f455cd3
commit f1eb969565
5 changed files with 22 additions and 37 deletions

1
src/global.d.ts vendored
View File

@ -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;