feat: chat import to backend added

This commit is contained in:
Timothy J. Baek 2023-12-26 16:35:01 -08:00
parent cc9e299814
commit a696698ac8
6 changed files with 248 additions and 176 deletions

View file

@ -66,8 +66,6 @@ def proxy(path):
headers.pop("Origin", None)
headers.pop("Referer", None)
print(headers)
try:
# Make a request to the target server
r = requests.request(