Squashed 'connector-proxy-demo/' changes from b6964e11a..25b751e82

25b751e82 select intiator in filters when you don't have permission to search users.

git-subtree-dir: connector-proxy-demo
git-subtree-split: 25b751e82ae640b316c5f307bbd882fa90e0c829
This commit is contained in:
burnettk 2023-04-07 11:58:22 -04:00
parent 1faf3705c8
commit efa8501335
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -15,4 +15,4 @@ if app.config["ENV"] != "production":
app.register_blueprint(proxy_blueprint)
if __name__ == "__main__":
app.run(host="localhost", port=5000)
app.run(host="localhost", port=7004)