Add users
This commit is contained in:
parent
4c41dda244
commit
09ad44f247
13 changed files with 382 additions and 57 deletions
5
templates/api.html
Normal file
5
templates/api.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h2>API Documentation</h2>
|
||||
<p>This is the API documentation.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue