@ -33,13 +33,13 @@ If a token endpoint is found, get an access token from it.
If no token endpoint is found, verify the code with indieauth.com and create an account for the user.
If no token endpoint is found, verify the code with indieauth.com and create an account for the user.
### /post/new
### /new
The signed-in view used to post new content.
The signed-in view used to post new content.
Show the list of drinks that can be posted.
Show the list of drinks that can be posted.
### /post/submit
### /post
The form submits here. Saves the post in the database, then tries to make a micropub request if necessary. If the micropub request succeeds, updates the post with the canonical URL in the response.
The form submits here. Saves the post in the database, then tries to make a micropub request if necessary. If the micropub request succeeds, updates the post with the canonical URL in the response.
@ -48,6 +48,11 @@ The form submits here. Saves the post in the database, then tries to make a micr
Show feed of the user's recent posts. Posts include a link to the canonical URL if appropriate.
Show feed of the user's recent posts. Posts include a link to the canonical URL if appropriate.