Skip to content

Commit

Permalink
feat: expose logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Mar 10, 2024
1 parent c80c961 commit f133869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const router = express.Router();
const S3Client = new S3();

router.use("/backgrounds", route("backgrounds", S3Client) );
router.use("/logos", route("logos", S3Client) );

app.use(router);

Expand Down

0 comments on commit f133869

Please sign in to comment.