fix: typo
parent
fa705f981f
commit
f55ad1a569
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue