mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update apps.py
This commit is contained in:
parent
415a216334
commit
9449d3c2f6
1 changed files with 1 additions and 0 deletions
|
@ -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'] = {}
|
||||
|
|
Loading…
Reference in a new issue