From 35ea63a3bfccc5dd5b16c9d97d4764e5427ab958 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Fri, 6 Dec 2019 10:42:59 -0500 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff9d620..3cd8377 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ npm test ``` #### Testing a deployed server -There is a swagger endpoint at `http://:3000/swagger` that can be used to exercise the APIs. \ No newline at end of file +There is a swagger endpoint at `http://: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). \ No newline at end of file