領収証発行サービス
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.

17 lines
525B

  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | API Routes
  5. |--------------------------------------------------------------------------
  6. |
  7. | Here is where you can register API routes for your application. These
  8. | routes are loaded by the RouteServiceProvider and all of them will
  9. | be assigned to the "api" middleware group. Make something great!
  10. |
  11. */
  12. use App\Util\RouteHelper;
  13. RouteHelper::post('/HT/receipt-issuing', App\Http\Controllers\Test\HTReceiptIssuingTestController::class);