mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-08 19:25:10 -05:00
5 lines
134 B
PHP
5 lines
134 B
PHP
<?php
|
|
|
|
use App\Http\Controllers\Api\Messages\NewsController;
|
|
|
|
Route::get('gamenews/messages', [NewsController::class, 'getGameNews']); |