init: 从宝塔同步到 Gitea
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace app\onlinechip\controller;
|
||||
use \think\Controller;
|
||||
|
||||
class Error Extends Controller{
|
||||
public function index(){
|
||||
return $this->fetch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user