feat(provider-integrations): move ProviderOnline endpoints to new module
This commit is contained in:
7
Modules/ProviderIntegrations/Routes/web.php
Normal file
7
Modules/ProviderIntegrations/Routes/web.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
Route::prefix('providerintegrations')->group(function () {
|
||||
Route::get('/', function () {
|
||||
return response()->json(['module' => 'ProviderIntegrations']);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user