1
0
Fork 0

fix: typo

main
Евгений Сугоняко 2023-12-06 11:14:17 +00:00
parent fa705f981f
commit f55ad1a569
1 changed files with 5 additions and 0 deletions

View File

@ -27,8 +27,11 @@
npm i
```
to set dependencies;
3. Do an export of the collection from Postman;
4. Specify values to variables in app.js;
5. Execute the command:
```bash
npm run start
@ -37,5 +40,7 @@ to run the application.
## Additionally
1. Application replaces the Postman environment variable {{api_url}} - to the value of the apiRoute variable;
2. It's important to have subscopes in the scopes and no scope requests if there's a sabscope;
3. If there is a public, user or admin scope, it supplements the request tokens with an authorization token (mandatory or optional).