fix: adjust gunicorn.conf.py
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:
@@ -1,6 +1,8 @@
|
||||
import socket
|
||||
import os
|
||||
import platform
|
||||
import time
|
||||
|
||||
import psutil
|
||||
|
||||
from apiflask import APIBlueprint
|
||||
@@ -114,6 +116,7 @@ def get_image_presign_url(query_data):
|
||||
|
||||
@api.get('/hello')
|
||||
def hello():
|
||||
time.sleep(2)
|
||||
result_one = f'我是您的专属接口提供服务器:'
|
||||
result_two = f'我的机器参数如下'
|
||||
result_three = f'操作系统:{platform.system()}'
|
||||
|
Reference in New Issue
Block a user