8 lines
169 B
PHP
8 lines
169 B
PHP
<?php
|
|
|
|
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
|
|
|
|
return function (RoutingConfigurator $routes) {
|
|
$routes->import('.', 'GNUsocial');
|
|
};
|