Kyoso-Team / kyoso

A web application that takes osu! tournaments beyonds spreadsheets.
http://kyoso.sh
GNU Affero General Public License v3.0
1 stars 1 forks source link

Create API route to upload a tournament's logo #40

Closed L-Mario564 closed 3 months ago

L-Mario564 commented 3 months ago

Addresses #25.

Updated the endpoint that manages the tournament's banner and then just mirrored everything for the tournament's logo since they're the same implementation wise. I also added a little bit more type safety to these API routes (API routes were decided since tRPC doesn't support form data).