feat(UrlShortner): add module
This commit is contained in:
parent
c677114e08
commit
8f492f2432
4 changed files with 144 additions and 22 deletions
|
|
@ -25,7 +25,10 @@ return [
|
|||
'baseconverter' => [
|
||||
'alias' => ['encode', 'decode']
|
||||
],
|
||||
'uuid' => []
|
||||
'uuid' => [],
|
||||
'urlshortner' => [
|
||||
'alias' => ['u', 'url']
|
||||
]
|
||||
],
|
||||
'auth' => [
|
||||
'root' => 'password'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue