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