Skip to content

Commit 38ca5c8

Browse files
committed
save
1 parent c04c856 commit 38ca5c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

server/app/controller/Index.php

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
namespace app\controller;
3+
4+
use GuzzleHttp\Psr7\Response;
5+
use support\Request;
6+
7+
class Index
8+
{
9+
public function index(Request $request)
10+
{
11+
return redirect('/doc/en/');
12+
}
13+
}

0 commit comments

Comments
 (0)