You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a web page to show the list of all songs that have been loaded into the library. This will require figuring out how to make API calls from an HTMX page, it will also require the GET /songs API endpoint to be implemented
The text was updated successfully, but these errors were encountered:
The handler has been written for the songs template handler. The template itself needs to be implemented, i created an empty file in teamplets/songs.html. @Xaide1 can handle the rest :)
Create a web page to show the list of all songs that have been loaded into the library. This will require figuring out how to make API calls from an HTMX page, it will also require the
GET /songs
API endpoint to be implementedThe text was updated successfully, but these errors were encountered: