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
1 changed files with 1 additions and 0 deletions

View File

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