✨ 分离magicoca
和croterline
This commit is contained in:
10
src/liteyuki_plugins/nonebot/nonebot_plugins/webdash/main.py
Normal file
10
src/liteyuki_plugins/nonebot/nonebot_plugins/webdash/main.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from fastapi import FastAPI
|
||||
from nonebot import get_app
|
||||
from .restful_api import *
|
||||
|
||||
|
||||
@app.get("/ping")
|
||||
async def root():
|
||||
return {
|
||||
"message": "pong"
|
||||
}
|
Reference in New Issue
Block a user