Add testing routes

This commit is contained in:
Lance Pioch 2022-10-27 21:45:51 -04:00
parent 660c85aa97
commit 553c4f6b09
2 changed files with 22 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<?php
use Illuminate\Support\Facades\Route;
use Pterodactyl\Http\Controllers\Base;
use Pterodactyl\Http\Middleware\RequireTwoFactorAuthentication;