feat(QuickUpload): add text field (pastebin like feat)

This commit is contained in:
Matthieu Bessat 2021-10-03 16:30:41 +02:00
parent b2f27aa3f4
commit 2e6da33574
5 changed files with 61 additions and 11 deletions

View file

@ -16,7 +16,8 @@ return [
'auth' => true
],
'quickupload' => [
'auth' => true
'auth' => true,
'alias' => ['share']
],
'logator' => [
'alias' => ['logme']