選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
505B

  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. RouteHelper::post('/send', App\Http\Controllers\Web\Email\EmailSendController::class);