dumb/handlers
2024-06-12 18:30:29 +01:00
..
album.go feat: add proxy layer option for requests 2024-05-03 12:45:58 +01:00
album_test.go feat: embed static files into binary 2024-05-03 14:47:57 +01:00
annotations.go feat: add proxy layer option for requests 2024-05-03 12:45:58 +01:00
annotations_test.go feat: embed static files into binary 2024-05-03 14:47:57 +01:00
artist.go feat: add artist page 2024-06-08 17:57:58 +02:00
artist_test.go feat: add artist page 2024-06-08 17:57:58 +02:00
cache.go feat: add artist page 2024-06-08 17:57:58 +02:00
cache_test.go test: add unit tests 2024-03-06 20:53:29 +01:00
handler.go refactor: organize routes 2024-06-12 18:30:29 +01:00
handler_test.go test: add static assets handler test 2024-05-04 13:34:19 +01:00
instances.go feat: add proxy layer option for requests 2024-05-03 12:45:58 +01:00
instances_test.go feat: embed static files into binary 2024-05-03 14:47:57 +01:00
lyrics.go feat: add proxy layer option for requests 2024-05-03 12:45:58 +01:00
lyrics_test.go test: fix lyrics page test 2024-06-11 21:53:22 +01:00
proxy.go fix: images proxy handler now handle all image types 2024-05-30 18:40:19 +01:00
proxy_test.go feat: embed static files into binary 2024-05-03 14:47:57 +01:00
search.go feat: add proxy layer option for requests 2024-05-03 12:45:58 +01:00
search_test.go feat: embed static files into binary 2024-05-03 14:47:57 +01:00
static.go feat: embed static files into binary 2024-05-03 14:47:57 +01:00
static_test.go test: add static assets handler test 2024-05-04 13:34:19 +01:00