08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -6,7 +6,7 @@ use App\Http\Controllers\Controller;
|
|||
use App\Models\CMSInfo;
|
||||
use App\Models\CMSInfoAvailable;
|
||||
use App\Models\CMSInfoHoliday;
|
||||
use App\Services\HTMLHelper;
|
||||
use App\Helper\HTMLHelper;
|
||||
|
||||
|
||||
class CMSContentInfoController extends Controller
|
||||
|
|
|
|||
|
|
@ -30,8 +30,15 @@ class UserController extends Controller
|
|||
return response()->json(['error' => 'Unauthorised'], 401);
|
||||
|
||||
}
|
||||
return response()->json(['error' => 'Unauthorised', 'email' => request('email')], 401);
|
||||
}
|
||||
|
||||
public function test()
|
||||
{
|
||||
return "testing";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Register api
|
||||
* api.mein.sterntours.de
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue