add settings api page

This commit is contained in:
Alex Turchyn
2023-08-05 12:44:09 +03:00
parent 896b149b25
commit 8929adbe83
5 changed files with 82 additions and 1 deletions
+5
View File
@@ -23,6 +23,11 @@
<li>
<%= link_to 'Team', settings_users_path, class: 'text-base hover:bg-base-300' %>
</li>
<% unless Docuseal.multitenant? %>
<li>
<%= link_to 'API', settings_api_index_path, class: 'text-base hover:bg-base-300' %>
</li>
<% end %>
<li>
<%= link_to 'Console', console_redirect_index_path, class: 'text-base hover:bg-base-300' %>
</li>