#tradewind:update wechat auth
This commit is contained in:
@ -24,7 +24,7 @@ Route::namespace('Api')->prefix('v1')->group(function () {
|
||||
Route::any('/test', [TestController::class, 'index'])->name('test.index');
|
||||
|
||||
Route::prefix('wechat')->group(function () {
|
||||
Route::get('/auth', [WechatAuthController::class, 'checkSign'])->name('wechat.auth.checkSign');
|
||||
Route::get('/auth', [WechatAuthController::class, 'auth'])->name('wechat.auth.auth');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user