;dev:web: use embedFileRelative, like others
This commit is contained in:
parent
1c63d20c6f
commit
53b15ebd4a
@ -112,7 +112,7 @@ getAccounttransactionsR a = do
|
|||||||
accountTransactionsReport rspec{_rsQuery=Any} j thisacctq
|
accountTransactionsReport rspec{_rsQuery=Any} j thisacctq
|
||||||
|
|
||||||
openApiYaml :: BS.ByteString
|
openApiYaml :: BS.ByteString
|
||||||
openApiYaml = $(embedFile "config/openapi.yaml")
|
openApiYaml = $(embedFileRelative "config/openapi.yaml")
|
||||||
|
|
||||||
getOpenApiR :: Handler Value
|
getOpenApiR :: Handler Value
|
||||||
getOpenApiR =
|
getOpenApiR =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user