mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-08 07:37:45 +00:00
Individually proxy custom emojis
This commit is contained in:
parent
c586de66ba
commit
902c9a6e42
3 changed files with 19 additions and 13 deletions
|
@ -175,6 +175,7 @@ async fn main() -> tide::Result<()> {
|
|||
app.at("/vid/:id/:size/").get(proxy::video);
|
||||
app.at("/img/:id/").get(proxy::image);
|
||||
app.at("/thumb/:point/:id/").get(proxy::thumbnail);
|
||||
app.at("/emoji/:id/:name/").get(proxy::emoji);
|
||||
|
||||
// Browse user profile
|
||||
app.at("/u/:name/").get(user::profile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue