feat: Introduce auth step to verify connection

This commit is contained in:
Ali BARIN
2021-10-15 18:15:46 +02:00
parent 46f68037ec
commit 9cc10f6346
5 changed files with 96 additions and 67 deletions

View File

@@ -3,6 +3,7 @@ type Config = {
};
const config: Config = {
baseUrl: process.env.REACT_APP_BASE_URL as string,
graphqlUrl: process.env.REACT_APP_GRAPHQL_URL as string,
};