Add an /avatars/#UserId route which redirects to the user's current avatar every time, so you don't need to update remote references to it
This commit is contained in:
parent
1df217ac01
commit
e69202829a
4 changed files with 15 additions and 1 deletions
|
@ -48,6 +48,7 @@ import System.Log.FastLogger (defaultBufSize, newStdoutLoggerSet,
|
|||
|
||||
-- Import all relevant handler modules here.
|
||||
-- Don't forget to add new modules to your cabal file!
|
||||
import Handler.Avatars
|
||||
import Handler.Common
|
||||
import Handler.Entries
|
||||
import Handler.Feed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue