generated from template/slidev-template
update
This commit is contained in:
14
agent/index.ts
Normal file
14
agent/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {app} from './app.ts';
|
||||
|
||||
import './ip'
|
||||
|
||||
// app.listen(8080);
|
||||
|
||||
app.call({
|
||||
path: 'ip',
|
||||
key: 'v6'
|
||||
}).then(res => {
|
||||
console.log('IPv4 Address:', res);
|
||||
})
|
||||
|
||||
export { app };
|
||||
Reference in New Issue
Block a user