From dc78ad556bdbf34a2e56d02f7bb5eb4934d87669 Mon Sep 17 00:00:00 2001 From: CyanoFresh Date: Tue, 17 Aug 2021 01:29:48 +0300 Subject: [PATCH] app1 file change --- app1/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app1/index.js b/app1/index.js index 95cfbca..6a4d2f3 100644 --- a/app1/index.js +++ b/app1/index.js @@ -3,7 +3,7 @@ const fastify = require('fastify')({ }) fastify.get('/', async (request, reply) => { - return { hello: 'world test' } + return { hello: 'world' } }) const start = async () => {