From b85201494ad73305386bab57a522fc90e7280902 Mon Sep 17 00:00:00 2001 From: BSPlatt <52503660+BSPlatt@users.noreply.github.com> Date: Sat, 9 Jul 2022 15:22:53 -0600 Subject: [PATCH] update register link to match correct path (#563) --- auth/simple-auth-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/simple-auth-server/README.md b/auth/simple-auth-server/README.md index 1fe4284..e825616 100644 --- a/auth/simple-auth-server/README.md +++ b/auth/simple-auth-server/README.md @@ -10,7 +10,7 @@ - [GET /](http://localhost:8080/) - [POST /api/invitation](http://localhost:8080/api/invitation) -- [POST /api/invitation/:invitation_id](http://localhost:8080/api/invitation/:invitation_id) +- [POST /api/register/:invitation_id](http://localhost:8080/api/register/:invitation_id) - [GET /api/auth](http://localhost:8080/api/auth) - [POST /api/auth](http://localhost:8080/api/auth) - [DELETE /api/auth](http://localhost:8080/api/auth)