feat(QuickUpload): add text field (pastebin like feat)
This commit is contained in:
parent
b2f27aa3f4
commit
2e6da33574
5 changed files with 61 additions and 11 deletions
|
|
@ -16,7 +16,8 @@ return [
|
|||
'auth' => true
|
||||
],
|
||||
'quickupload' => [
|
||||
'auth' => true
|
||||
'auth' => true,
|
||||
'alias' => ['share']
|
||||
],
|
||||
'logator' => [
|
||||
'alias' => ['logme']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue