Skip to content

Commit

Permalink
fix: update docs wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sosweetham committed May 5, 2024
1 parent 1d3c64f commit 0b387f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}` }],
Expand Down

0 comments on commit 0b387f8

Please sign in to comment.