Update apps.py

This commit is contained in:
qiaofeng1227 2023-05-11 16:49:30 +08:00 committed by GitHub
parent 415a216334
commit 9449d3c2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,6 +216,7 @@ 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'] = {}