root-gg / plik

Plik is a temporary file upload system (Wetransfer like) in Go.
https://plik.root.gg
Other
1.42k stars 167 forks source link

fix: handle downloadDomain in uploads listing #519

Open rbeuque74 opened 2 weeks ago

rbeuque74 commented 2 weeks ago

Hello,

Currently, when deploying Plik with a custom downloadDomain, link in the "uploads" view (user or admin) are not pointing to the correct domain. This is fixing this problem.

Also, added a application/json content-type for API response to be displayed correctly in the browser.

Romain