Proxy /emoji to the backend, fixes #52

This commit is contained in:
Alex Gleason 2020-05-19 22:41:39 -05:00
parent 84998901e5
commit 9503bd2d1f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -20,6 +20,7 @@ const backendEndpoints = [
'/oauth',
'/.well-known/webfinger',
'/static',
'/emoji',
'/patron',
];