diff options
Diffstat (limited to 'src/server/api/service/github.ts')
| -rw-r--r-- | src/server/api/service/github.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/service/github.ts b/src/server/api/service/github.ts index 5fc4a92f57..6a327f1f76 100644 --- a/src/server/api/service/github.ts +++ b/src/server/api/service/github.ts @@ -18,7 +18,7 @@ module.exports = async (app: express.Application) => { return; } - const post = text => require('../endpoints/posts/create')({ text }, bot); + const post = text => require('../endpoints/notes/create')({ text }, bot); const handler = new EventEmitter(); |