|
|
@@ -21,7 +21,7 @@ Route::prefix('/issue')->group(function () {
|
|
|
Route::get("/countdown", [Issue::class, 'countdown']);
|
|
|
Route::get("/prediction", [Issue::class, 'prediction']);
|
|
|
Route::get("/history", [Issue::class, 'history']);
|
|
|
-
|
|
|
+ Route::get("/yuanTou", [Issue::class, 'yuanTou']);
|
|
|
|
|
|
|
|
|
|