fixed api to use recent version of flask-restless-ng

This commit is contained in:
Sebastian Rieger
2024-03-18 11:24:30 +00:00
parent 0101ae4b97
commit df64887c19
6 changed files with 112 additions and 53 deletions

View File

@ -57,4 +57,14 @@ yb = {{ fractal.yb }}</pre>
</div>
{% endfor %}
{{render_pagination(fractals)}}
<!--
<div>
<form action="/v1/fractal" method="POST" enctype="application/vnd.api+json">
<input type="submit" value="Create new fractals">
</form>
</div>
-->
<div>
Rendered by server: {{hostname}}
</div>
{% endblock %}