Commit 5574fc85 by 孙龙

init

parent b1fe95e5
Showing with 10 additions and 2 deletions
......@@ -2,4 +2,12 @@
use Order\Controllers\Controller;
$router->get('/order/index', ['uses' => 'Controller@index']);
\ No newline at end of file
$router->group(['prefix' => 'order'], function () use ($router) {
$router->get('/index', ['uses' => 'Controller@index']);
});
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment