added logic for parent/child dirs

no styling, but displaying the basic results in the DOM
This commit is contained in:
Smigz 2025-05-06 16:40:30 -04:00
parent eedab606f8
commit 1c5e2d1055
10 changed files with 123 additions and 44 deletions

View file

@ -14,5 +14,7 @@
<a href="/auth/register">Click here to register</a>
</form>
<% } %>
<%- include('partials/directoryListing') %>
<%- include('partials/footer') %>