1 2 3 4 5 6 7 8
<?php namespace JsonApi; use Slim\App; return function (App $app) { $app->group('/v1', new RouteMap($app)); };