This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove these files: | |
src/App.css | |
src/App.test.js | |
src/index.css | |
src/logo.svg | |
Inside src/index.js, remove the import of index.css. | |
INSTALL ALL THE GORMMET DEPENDENCY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
after login change the auth token automaticlly | |
if(pm.response.code === 200){ | |
pm.environment.set('authToken',pm.response.json().token); | |
} |