feat: Introduce auth step to verify connection
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user