Skip to content

Commit

Permalink
feat: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sosweetham committed May 7, 2024
1 parent 670934b commit fe113e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"@elysiajs/swagger": "^1.0.4",
"chalk": "^5.3.0",
"elysia": "latest",
"minio": "^8.0.0",
"p-queue": "^8.0.1",
"puppeteer": "^22.7.1"
"minio": "^8.0.0"
},
"devDependencies": {
"bun-types": "latest"
Expand Down
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 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.',
description: 'API for PhotoBox, a service for fetching user and server images from Guilded with a fast Cache.',
version: '1.0.0',
},
servers: [{ url: 'https://photobox.cardboard.ink' }, { url: `http://localhost:${process.env.PORT}` }],
Expand Down

0 comments on commit fe113e3

Please sign in to comment.