1 parent 6d83c9d commit 44e5f19Copy full SHA for 44e5f19
1 file changed
static/books.html.ejs
@@ -52,7 +52,7 @@
52
<% if (locals.books.length) { %>
53
<ul>
54
<% locals.books.forEach(book => { %>
55
- <li> <a href="api/download?name=<%= encodeURIComponent(book) %>"><%= book %></a></li>
+ <li> <a href="download?name=<%= encodeURIComponent(book) %>"><%= book %></a></li>
56
<% }); %>
57
</ul>
58
<% } else { %>
0 commit comments