testing moon worth job

This commit is contained in:
2021-05-30 22:47:30 +09:00
parent ac885c5e3f
commit 6b8123d650
3 changed files with 21 additions and 66 deletions

View File

@@ -150,8 +150,7 @@ Route::group(['middleware' => ['auth']], function(){
Route::get('/test/char/display', 'Test\TestController@displayCharTest');
Route::get('/test/miningtax/invoice', 'Test\TestController@DebugMiningTaxesInvoices');
Route::get('/test/miningtax/observers', 'Test\TestController@DebugMiningObservers');
Route::get('/test/moon/worth', 'Test\TestController@TestAllianceMoonWorth');
});
?>