Update apps.py

This commit is contained in:
qiaofeng1227 2023-05-11 17:29:03 +08:00 committed by GitHub
parent 4c36a0b199
commit 9439330110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,6 @@ def AppDomainAdd(request: Request, app_id: Optional[str] = Query(default=None, d
try:
myLogger.info_logger("Receive request: /AppDomainAdd")
myLogger.info_logger(domains)
get_headers(request)
ret = {}
ret['ResponseData'] = {}