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