Is it possible to group dingo api routes with multiple domains? For example
$api->group(['domain' => ['something.com', 'anotherexample.com]], function ($api) {
// My routes
});
Is it possible to group dingo api routes with multiple domains? For example
$api->group(['domain' => ['something.com', 'anotherexample.com]], function ($api) {
// My routes
});
Copyright © 2021 Jogjafile Inc.
You don't have to repeat code.
But we have one more micro solution