diff --git a/src/app.ts b/src/app.ts index b193718..1e18ba8 100644 --- a/src/app.ts +++ b/src/app.ts @@ -4,6 +4,6 @@ export const app = new koa(); app.use(async ctx => { ctx.body = { status: "success", - message: "govhack 2018" + message: "Govhack 2019" }; });