Add logout & tags endpoints

This commit is contained in:
Isaac
2022-07-23 01:13:25 +01:00
parent cc97a58165
commit 08e757febf
5 changed files with 100 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ log:
panel: 'a panel'
question: 'a question'
settings: 'the settings'
tag: 'a tag'
title:
joined: '{targetType} {verb}'
target:
@@ -20,6 +21,7 @@ log:
panel: 'Panel'
question: 'Question'
settings: 'Settings'
tag: 'Tag'
verb:
create: 'created'
delete: 'deleted'