Skip to content

Commit 44e5f19

Browse files
committed
fix: book list
1 parent 6d83c9d commit 44e5f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/books.html.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<% if (locals.books.length) { %>
5353
<ul>
5454
<% locals.books.forEach(book => { %>
55-
<li> <a href="api/download?name=<%= encodeURIComponent(book) %>"><%= book %></a></li>
55+
<li> <a href="download?name=<%= encodeURIComponent(book) %>"><%= book %></a></li>
5656
<% }); %>
5757
</ul>
5858
<% } else { %>

0 commit comments

Comments
 (0)