We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f38dc commit fcdb4c3Copy full SHA for fcdb4c3
drfdocs/templates/drfdocs/home.html
@@ -1,6 +1,8 @@
1
{% extends "drfdocs/base.html" %}
2
3
{% block content %}
4
+ <h2>API Endpoints</h2>
5
+
6
{% for endpoint in endpoints %}
7
<div class="endpoint">
8
<h3 class="title">{{ endpoint.regex }}</h3>
0 commit comments