You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
753B

  1. <?php
  2. use App\Util\RouteHelper;
  3. /*
  4. |--------------------------------------------------------------------------
  5. | API Routes
  6. |--------------------------------------------------------------------------
  7. |
  8. | Here is where you can register API routes for your application. These
  9. | routes are loaded by the RouteServiceProvider and all of them will
  10. | be assigned to the "api" middleware group. Make something great!
  11. |
  12. */
  13. // IC定期連携用ルート定義
  14. RouteHelper::post('/season-ticket-contract', App\Http\Controllers\Web\HTICWeb\SeasonTicketContractController::class);
  15. RouteHelper::post('/user', App\Http\Controllers\Web\HTICWeb\UserController::class);
  16. RouteHelper::post('/adjust-data', App\Http\Controllers\Web\HTICWeb\AdjustDataController::class);