/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ moto
/ servicecatalog
/ urls.py
Run
Starting...
Stop
View File
Save
"""servicecatalog base URL and path.""" from .responses import ServiceCatalogResponse url_bases = [ r"https?://servicecatalog\.(.+)\.amazonaws\.com", ] url_paths = { "{0}/$": ServiceCatalogResponse.dispatch, }
Memory