This commit is contained in:
Dave Horton
2019-12-06 10:42:59 -05:00
parent 5b3d8b3349
commit 35ea63a3bf
+1 -1
View File
@@ -33,4 +33,4 @@ npm test
```
#### Testing a deployed server
There is a swagger endpoint at `http://<your-ip>:3000/swagger` that can be used to exercise the APIs.
There is a swagger endpoint at `http://<your-ip>:3000/swagger` that can be used to exercise the APIs. Bearer authentication is required, so you will need an auth token (refer to [create-admin-token.sql](db/create-admin-token.sql) to see how to generate one).