feat(UrlShortner): add module

This commit is contained in:
Matthieu Bessat 2021-10-03 14:04:05 +02:00
parent c677114e08
commit 8f492f2432
4 changed files with 144 additions and 22 deletions

View file

@ -25,7 +25,10 @@ return [
'baseconverter' => [
'alias' => ['encode', 'decode']
],
'uuid' => []
'uuid' => [],
'urlshortner' => [
'alias' => ['u', 'url']
]
],
'auth' => [
'root' => 'password'