From 65f1b5109175ceb94081e389936d56d597db5b90 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Fri, 20 Oct 2023 11:47:05 +0800 Subject: [PATCH] fix: set app servers 2 --- app/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/__init__.py b/app/__init__.py index 456f927..2abcad4 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -42,6 +42,10 @@ def create_app(): { 'name': 'Production Server', 'url': 'https://www.bearcatlog.com/pzx/' + }, + { + 'name': 'Test Server', + 'url': 'https://www.bearcatlog.com/pzx/' } ] load_app_config(app)