diff --git a/tutorials/tut0.rst b/tutorials/tut0.rst index a762bc7d1..6348f8e18 100644 --- a/tutorials/tut0.rst +++ b/tutorials/tut0.rst @@ -214,3 +214,5 @@ Response is 401 Unauthorized: } There we have it, a basic API on top of the database! In the next tutorials we will see how to extend the example with more sophisticated user access controls, and more tables and queries. + +Now that you have PostgREST running, try the next tutorial, :ref:`tut1`