Skip to content

Commit

Permalink
Updated domain options endpoint
Browse files Browse the repository at this point in the history
willbrowningme committed Oct 30, 2023
1 parent e826173 commit 3142e86
Showing 4 changed files with 34 additions and 33 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Api/DomainOptionController.php
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ public function index()
{
return response()->json([
'data' => user()->domainOptions(),
'sharedDomains' => user()->sharedDomainOptions(),
'defaultAliasDomain' => user()->default_alias_domain,
'defaultAliasFormat' => user()->default_alias_format,
]);
48 changes: 24 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions postfix/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3142e86

Please sign in to comment.