websocket support and route fixes

This commit is contained in:
HRG @ SCExC 2024-06-08 18:29:31 -04:00
parent 897dd38151
commit c40bdcbbed
6 changed files with 218 additions and 84 deletions

View file

@ -7,7 +7,7 @@
<li>
<a href="/workshop/<%= it.structure.id %>/route/<%= route.id %>">
<%= route.verb %> -
<% if (it.structure.route_prefix) { %><span class="text-gray-500"><%= it.structure.route_prefix %></span><% } %><span class="bold"><%= route.path %></span>
<% if (it.structure.route_prefix) { %><span class="text-gray-500"><%= it.structure.route_prefix %></span><% } %><span class="bold"><%= route.path %></span><% if (route.error) { %>⚠️<% } %>
</a>
</li>
<% }) %>