mirror of https://github.com/msgbyte/tailchat
feat: 创建话题时记录github 的相关 meta信息
parent
ac5903ad44
commit
214666113c
@ -1,4 +1,8 @@
|
||||
import { run } from 'probot';
|
||||
import { app } from './app';
|
||||
|
||||
run(app);
|
||||
run(app).then((server) => {
|
||||
server.router('/').get('/', (req, res) => {
|
||||
res.send('Hello World! Github app server is working!');
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue