From fbb5d26c8f24bb6e532052768d75f0a3a98b672f Mon Sep 17 00:00:00 2001 From: Primakov Alexandr Alexandrovich Date: Wed, 16 Oct 2024 11:55:42 +0300 Subject: [PATCH] get count by modelname --- server/root.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/server/root.js b/server/root.js index 519556f..fda15a7 100644 --- a/server/root.js +++ b/server/root.js @@ -10,14 +10,23 @@ const folderPath = path.resolve(__dirname, './routers') const folders = fs.readdirSync(folderPath) router.get('/', async (req, res) => { - res.send(` + res.send(`

multy stub is working v${pkg.version}

models

- + `) }) -- 2.45.2