first commit
This commit is contained in:
6
app/index/route/app.php
Normal file
6
app/index/route/app.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
use think\facade\Route;
|
||||
|
||||
|
||||
Route::post('api/login', 'Login/login'); // 登录
|
||||
Reference in New Issue
Block a user