diff --git a/config.example.php b/config.example.php index a683c28..84ab178 100644 --- a/config.example.php +++ b/config.example.php @@ -23,7 +23,8 @@ return [ 'hash' => [], 'baseconverter' => [ 'alias' => ['encode', 'decode'] - ] + ], + 'uuid' => [] ], 'auth' => [ 'root' => 'password' diff --git a/modules/uuid/uuid.php b/modules/uuid/uuid.php new file mode 100644 index 0000000..0608c8a --- /dev/null +++ b/modules/uuid/uuid.php @@ -0,0 +1,27 @@ + [ + [ + 'name' => 'Generate compact uuid', + 'path' => '/?compact=yes' + ] + ] +];