From 6c7dc9ef9cc41f016491712918c1510181e1b6dd Mon Sep 17 00:00:00 2001 From: OfrenDialsa Date: Fri, 12 Dec 2025 11:59:21 +0700 Subject: [PATCH] refactor: swagger Title --- src/Infrastructures/http/createServer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructures/http/createServer.js b/src/Infrastructures/http/createServer.js index d2e6ce3..17cae45 100644 --- a/src/Infrastructures/http/createServer.js +++ b/src/Infrastructures/http/createServer.js @@ -23,7 +23,7 @@ const likes = require("../../Interfaces/http/api/likes"); const swaggerOptions = { info: { - title: "Forum API Documentation", + title: "Ofren Dialsa - Forum API Documentation", version: "1.0.0", }, };