mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-29 03:57:05 +08:00
feat: telegram bot global push (#269)
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import { Hono } from 'hono';
|
||||
|
||||
import { HonoCustomType } from '../types';
|
||||
// @ts-ignore
|
||||
import settings from './settings';
|
||||
// @ts-ignore
|
||||
import user from './user';
|
||||
// @ts-ignore
|
||||
import bind_address from './bind_address';
|
||||
|
||||
export const api = new Hono<HonoCustomType>();
|
||||
|
||||
Reference in New Issue
Block a user