From 0b387f87e195d4d13f544b27b61f866883f8b726 Mon Sep 17 00:00:00 2001 From: Soham Jaiswal Date: Sun, 5 May 2024 11:18:37 +0530 Subject: [PATCH] fix: update docs wording --- app/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/index.ts b/app/src/index.ts index 24748f2..af80d82 100644 --- a/app/src/index.ts +++ b/app/src/index.ts @@ -21,7 +21,7 @@ try { documentation: { info: { title: 'PhotoBox API', - description: 'API for fetching user and server avatars and banners from Guilded. The internal CDN caches the images for 5 minutes for fast response on pages that require same image again and again to prevent heavy load. The images are fetched from public Guilded endpoints and CORS is allowed for everyone.', + description: 'API for fetching user and server avatars and banners from Guilded. The internal object storage caches the images for 5 minutes for fast response on pages that require same image again and again to prevent heavy load. The images are fetched from public Guilded endpoints and CORS is allowed for everyone.', version: '1.0.0', }, servers: [{ url: 'https://photobox.cardboard.ink' }, { url: `http://localhost:${process.env.PORT}` }],