corrected url (#24)

This commit is contained in:
Raphael Schmitt
2016-11-18 09:22:51 -08:00
committed by Joe Nelson
parent aed5618d28
commit 954252ed16
+1 -1
View File
@@ -188,7 +188,7 @@ Next write a stored procedure that returns the token. The one below returns a to
) r;
$$;
PostgREST exposes this function to clients via a POST request to `/rpc/jwt_token`.
PostgREST exposes this function to clients via a POST request to `/rpc/jwt_test`.
JWT from Auth0
~~~~~~~~~~~~~~