Merge branch '11-add-api-for-getting-home-page-data' into 22-integrate-api-and-frontend

This commit is contained in:
2024-07-05 12:38:56 +02:00
6 changed files with 4 additions and 15 deletions

View File

@@ -91,7 +91,7 @@ for (const downvoteButton of downvoteButtons) {
// functions of the main page
function navigateToAdd() {
window.location.href = "/add"; //TODO: move to EventListner?
window.location.href = "/add.html"; //TODO: move to EventListener?
}
function getFilterQuery() {