diff --git a/templates/partials/endpoints_table.html b/templates/partials/endpoints_table.html index d182495..e89cc26 100644 --- a/templates/partials/endpoints_table.html +++ b/templates/partials/endpoints_table.html @@ -1,81 +1,59 @@
-
+
- + @@ -99,8 +77,8 @@ {% for route in routes %} {{ route.endpoint }} - {{ route.url }} {{ route.methods }} + {{ route.url }} {{ route.view_func }} {% if route.doc %}