aufräumen

This commit is contained in:
Till Tomczak 2025-03-12 10:31:30 +01:00
parent b5dcc6999d
commit f3cd2ba730
11 changed files with 3 additions and 3 deletions

0
backend/install.sh → backend/development/install.sh Executable file → Normal file
View File

View File

@ -2,15 +2,15 @@ import requests
import json import json
# Basis-URL inkl. Token # Basis-URL inkl. Token
url = "http://192.168.0.101:80/app?token=48284E8B91424E897B2E4C89175B4C88" url = "http://192.168.0.102:80/app?token=9DFAC92C53CEC92E67A9CB2E00B3CB2F"
# HTTP-Header wie in der Originalanfrage # HTTP-Header wie in der Originalanfrage
headers = { headers = {
"Referer": "http://192.168.0.101:80", "Referer": "http://192.168.0.102:80",
"Accept": "application/json", "Accept": "application/json",
"requestByApp": "true", "requestByApp": "true",
"Content-Type": "application/json; charset=UTF-8", "Content-Type": "application/json; charset=UTF-8",
"Host": "192.168.0.101", "Host": "192.168.0.102",
"Connection": "Keep-Alive", "Connection": "Keep-Alive",
"Accept-Encoding": "gzip", "Accept-Encoding": "gzip",
"User-Agent": "okhttp/3.14.9" "User-Agent": "okhttp/3.14.9"