Create Post/Tag/Remove module class and route

- Fix tag name parameter in single tag removal link in mod/photos
- Remove "/post" from backend routes as it was preventing sessions from working in this module. No existing module had a route starting with "/post".
This commit is contained in:
Hypolite Petovan 2022-11-01 23:42:20 -04:00
parent da1c13368b
commit e0dc7a471e
5 changed files with 172 additions and 7 deletions

View file

@ -68,7 +68,6 @@ class Mode
'objects',
'outbox',
'poco',
'post',
'pubsub',
'pubsubhubbub',
'receive',