You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Assuming you've set up a todos service, here is full request example you can try out. Be sure to replace `<token>` with a token you've retrieved from your `loginEndpoint`:
144
144
145
145
```js
146
-
// List Accounts (GET http://localhost:3030/api/todos)
146
+
// List Todos (GET http://localhost:3030/api/todos)
0 commit comments