|
@@ -27,6 +27,7 @@ Route::prefix('/sync')->group(function () {
|
|
|
});
|
|
|
|
|
|
Route::post('/gameplayRule', [GameplayRule::class, 'store']); // 游戏规则写入
|
|
|
+Route::get('/gameplayRule/cache', [GameplayRule::class, 'info']); // 游戏规则缓存读取
|
|
|
Route::middleware(['admin.jwt'])->group(function () {
|
|
|
|
|
|
|