]> git.mxchange.org Git - friendica.git/blobdiff - static/routes.config.php
Create new User\Import module class
[friendica.git] / static / routes.config.php
index c03a4b77105fa8f85ecfc1644557de2a64d1146a..53bbf3eb7f95c5492888b977b4a58a898cb3dd32 100644 (file)
@@ -611,6 +611,8 @@ return [
 
        '/update_profile'                => [Module\Update\Profile::class,        [R::GET]],
 
+       '/user/import'                   => [Module\User\Import::class,           [R::GET, R::POST]],
+
        '/view/theme/{theme}/style.pcss' => [Module\Theme::class,                 [R::GET]],
        '/viewsrc/{item:\d+}'            => [Module\Debug\ItemBody::class,        [R::GET]],
        '/webfinger'                     => [Module\Debug\WebFinger::class,       [R::GET]],