updated README with share ext sthing

This commit is contained in:
Djeeberjr 2022-05-17 01:29:17 +02:00
parent a69105cd18
commit 51acf0702e

View File

@ -64,3 +64,6 @@ Other urls are:
- `/:id` to get the default site to display the share.
- `/s/:id` to get the shared file directly.
When you request a shared file directly, you can add anything after a dot behind the id e.g. `/s/jW8ADy.png`.
This is done to make the browser display the file correctly. On the server side, this will be stripped away.