This commit is contained in:
2025-11-16 13:32:35 +08:00
parent e35712820f
commit 2c800d336c
11 changed files with 414 additions and 18 deletions

View File

@@ -1,14 +1,8 @@
import {app} from './app.ts';
import './ip'
import './task.ts';
import './routes/cloudflare.ts';
// app.listen(8080);
app.call({
path: 'ip',
key: 'v6'
}).then(res => {
console.log('IPv4 Address:', res);
})
export { app };