Change showpdf to showpdfjs
All checks were successful
deliver / deliver (push) Successful in 6m56s

This commit is contained in:
Paul Brinkmeier 2025-10-19 11:02:50 +02:00
parent d3dbb6e673
commit cf583f5ff6
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ showpdfRequest (y, m, d) =
NoReqBody
bsResponse
( formToQuery
[ ("cmd" :: Text, "showpdf")
[ ("cmd" :: Text, "showpdfjs")
, ("year", y)
, ("month", m)
, ("day", d)

View File

@ -1,7 +1,7 @@
cabal-version: 3.4
name: yore
version: 0.0.8
version: 0.0.9
author: Paul Brinkmeier
maintainer: hallo@pbrinkmeier.de
copyright: 2023 Paul Brinkmeier