Added API stub configuration

This commit is contained in:
2024-07-26 12:34:35 +10:00
parent 9380850395
commit 667109150d
3 changed files with 9 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
<?php
use Illuminate\Support\Facades\Route;
use Intuit\Controllers\Webhook;
use App\Http\Controllers\{AccountingController,
AdminController,
CheckoutController,
ProductController,
ResellerServicesController};
ProductController};
/*
|--------------------------------------------------------------------------