Fix the repositories page

This commit is contained in:
Christopher Baines 2023-07-19 17:40:41 +01:00
parent de6d38016d
commit ce1480edf4
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@
(match method-and-path-components
(('GET "repositories")
(letpar& ((git-repositories
(with-resource-from-pool (connection-pool) conn
all-git-repositories)))
(call-with-resource-from-pool (connection-pool)
all-git-repositories)))
(case (most-appropriate-mime-type
'(application/json text/html)
mime-types)