Skip to content

Commit

Permalink
debug output pandoc server url
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Jul 20, 2024
1 parent efcaa98 commit b27668b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fiduswriter/pandoc/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
async def export(request):
data = request.body
async with AsyncClient() as client:
print("Sending request to pandoc server: ", PANDOC_URL)
response = await client.post(
PANDOC_URL,
headers={
Expand Down

0 comments on commit b27668b

Please sign in to comment.