fix(*): 将文件导入从绝对路径给为相对路径
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from aiohttp import web
|
||||
|
||||
from response import ok
|
||||
from ..response import ok
|
||||
|
||||
|
||||
async def health_handler(request: web.Request) -> web.Response:
|
||||
|
||||
Reference in New Issue
Block a user