;dev:web: use embedFileRelative, like others

This commit is contained in:
Simon Michael 2025-06-03 11:21:21 -10:00
parent 1c63d20c6f
commit 53b15ebd4a

View File

@ -112,7 +112,7 @@ getAccounttransactionsR a = do
accountTransactionsReport rspec{_rsQuery=Any} j thisacctq
openApiYaml :: BS.ByteString
openApiYaml = $(embedFile "config/openapi.yaml")
openApiYaml = $(embedFileRelative "config/openapi.yaml")
getOpenApiR :: Handler Value
getOpenApiR =