server: add ability to view inline image attachments

This commit is contained in:
2024-03-24 18:11:15 -07:00
parent c30cfec09d
commit c74cd66826
6 changed files with 410 additions and 120 deletions

View File

@@ -15,6 +15,10 @@ backend="http://localhost:9345/original"
backend="http://localhost:9345/graphiql"
[[proxy]]
backend="http://localhost:9345/graphql"
[[proxy]]
backend="http://localhost:9345/download"
[[proxy]]
backend="http://localhost:9345/view"
[[hooks]]
stage = "pre_build"