Skip to content

Commit fbb9a62

Browse files
Update api.php
Add subdomain
1 parent c649224 commit fbb9a62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/resources/routes/api.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
$manualRoutes = explode(',', $manualRoutes);
1414
}
1515

16-
Route::group(['middleware' => ['api']], function () use ($manualRoutes) {
16+
Route::group([
17+
'domain' => Util::getShopifyConfig('domain'),
18+
'middleware' => ['api']
19+
], function () use ($manualRoutes) {
1720
/*
1821
|--------------------------------------------------------------------------
1922
| API Routes

0 commit comments

Comments
 (0)