fix: set app servers 3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -37,7 +37,7 @@ def load_rpc_client(apiflask_app):
|
||||
def create_app():
|
||||
# http wsgi server 托管启动需指定读取环境配置
|
||||
# load_dotenv(os.path.join(basedir, '.apiflaskenv'))
|
||||
app = APIFlask(__name__, title='Body Record API', version='1.0.0', docs_ui='redoc')
|
||||
app = APIFlask(__name__, title='Body Record API', version='1.0.0')
|
||||
app.servers = [
|
||||
{
|
||||
'name': 'Production Server',
|
||||
|
Reference in New Issue
Block a user