删除 GitHub Actions 设置邮件接收步骤
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
import app from '../hono/hono';
|
||||
import { dbInit } from '../init/init';
|
||||
import { initForward } from "../init/forward";
|
||||
|
||||
app.get('/init/:secret', (c) => {
|
||||
return dbInit.init(c);
|
||||
})
|
||||
|
||||
app.post('/initForward', async (c) => {
|
||||
return initForward(c, await c.req.json());
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user