Skip to content

Commit

Permalink
Update docs to indicate the backend change that occurred
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed May 11, 2023
1 parent 1d84eff commit eabc289
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/documentation.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,13 @@
</p>

<p>
As of May 3st, 2023, a new endpoint was added that allows rendering a simple widget as an image. URLs using
As of May 11st, 2023, a new endpoint was added that allows rendering a simple widget as an image. URLs using
www.{{.WEB_HOSTNAME}} will now return HTML data. If JSON is needed, use {{.API_HOSTNAME}} instead. The preferred endpoints
to use will be {{.WEB_HOSTNAME}} and {{.API_HOSTNAME}}, where {{.WEB_HOSTNAME}} will return HTML and PNG data, while
{{.API_HOSTNAME}} will return JSON data.

This deployment also changed how the backend handles links. This should now avoid issues where paths would generate
possibly cycles, and no longer should use redirects, as paths are simply resolved as-is and not redirected elsewhere.
</p>

<p>
Expand Down

0 comments on commit eabc289

Please sign in to comment.