mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Fix path to viewerjs for pdf view
This commit is contained in:
parent
968f8f6932
commit
08ce6b5256
@ -162,7 +162,7 @@ object AttachmentRoutes {
|
|||||||
// this route exists to provide a stable url
|
// this route exists to provide a stable url
|
||||||
// it redirects currently to viewerjs
|
// it redirects currently to viewerjs
|
||||||
val attachUrl = s"/api/v1/sec/attachment/${id.id}"
|
val attachUrl = s"/api/v1/sec/attachment/${id.id}"
|
||||||
val path = s"/app/assets${Webjars.viewerjs}/ViewerJS/index.html#$attachUrl"
|
val path = s"/app/assets${Webjars.viewerjs}/index.html#$attachUrl"
|
||||||
SeeOther(Location(Uri(path = Uri.Path.unsafeFromString(path))))
|
SeeOther(Location(Uri(path = Uri.Path.unsafeFromString(path))))
|
||||||
|
|
||||||
case GET -> Root / Ident(id) / "meta" =>
|
case GET -> Root / Ident(id) / "meta" =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user