From a1b490afa756a71b9cef4afa424575bc223bc612 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 8 Apr 2018 02:30:37 +0900 Subject: Post --> Note Closes #1411 --- src/server/api/service/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/api/service/github.ts') 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(); -- cgit v1.2.3-freya