From 42dd3f2a41ec24952169dd41d801329fd044284f Mon Sep 17 00:00:00 2001 From: Indra Zulfi Mushoddaq Date: Thu, 14 Nov 2024 18:48:52 +0700 Subject: [PATCH] remove API layered --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b50fc2d..d9c20a8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,7 @@ const _app = new Elysia() autoDarkMode: true, documentation: { info: { - title: "Demo API for Layered Architecture - With CI/CD", + title: "Demo API for Layered Architecture", version: "1.0.0", description: "This is a demo API for a layered architecture", },