Skip to content

Commit

Permalink
Merge pull request #116 from armanist/master
Browse files Browse the repository at this point in the history
Removing default module configs
  • Loading branch information
armanist authored Mar 1, 2025
2 parents ea3ba75 + ccaebde commit 47dc065
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions shared/config/modules.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
<?php

return [
'Api' => [
'prefix' => 'api',
'enabled' => true,
],
'Web' => [
'prefix' => '',
'enabled' => true,
],
];
return [];

0 comments on commit 47dc065

Please sign in to comment.