From efa85013353f404e3190ea7a1b430a7e0bcd56b7 Mon Sep 17 00:00:00 2001 From: burnettk Date: Fri, 7 Apr 2023 11:58:22 -0400 Subject: [PATCH] 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 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8b2cff711..ed398b507 100644 --- a/app.py +++ b/app.py @@ -15,4 +15,4 @@ if app.config["ENV"] != "production": app.register_blueprint(proxy_blueprint) if __name__ == "__main__": - app.run(host="localhost", port=5000) \ No newline at end of file + app.run(host="localhost", port=7004) \ No newline at end of file