Skip to content

Commit decbea9

Browse files
committed
fixed debug
1 parent 6348b8e commit decbea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def proxy(path):
144144
json=jsonData
145145
)
146146

147-
infoLog(f"Forwarded {resp.text} to {targetURL} [{method}]")
147+
infoLog(f"Forwarded {jsonData} to {targetURL} [{method}]")
148148

149149
# return Response(resp.content, status=resp.status_code, headers=dict(resp.headers))
150150

0 commit comments

Comments
 (0)