From 9ad9f0be408b4fccf8e4a6c94ddb74997256df98 Mon Sep 17 00:00:00 2001 From: CyanoFresh Date: Tue, 17 Aug 2021 01:55:56 +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 6a4d2f3..1504301 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' } + return { hello: 'world hello' } }) const start = async () => {