fix: remove hardcoded hub.host.uk.com domain from controllers #57

Open
Charon wants to merge 0 commits from feat/remove-hardcoded-domain into dev
Member

Replaces the three hardcoded hub.host.uk.com strings in EntitlementApiController and WorkspaceController with hub. . config(app.base_domain, host.uk.com), matching the existing pattern used in middleware and Blade views.

Fixes #7
Fixes #8

Replaces the three hardcoded `hub.host.uk.com` strings in `EntitlementApiController` and `WorkspaceController` with `hub. . config(app.base_domain, host.uk.com)`, matching the existing pattern used in middleware and Blade views. Fixes #7 Fixes #8
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/remove-hardcoded-domain:feat/remove-hardcoded-domain
git checkout feat/remove-hardcoded-domain

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout dev
git merge --no-ff feat/remove-hardcoded-domain
git checkout feat/remove-hardcoded-domain
git rebase dev
git checkout dev
git merge --ff-only feat/remove-hardcoded-domain
git checkout feat/remove-hardcoded-domain
git rebase dev
git checkout dev
git merge --no-ff feat/remove-hardcoded-domain
git checkout dev
git merge --squash feat/remove-hardcoded-domain
git checkout dev
git merge --ff-only feat/remove-hardcoded-domain
git checkout dev
git merge feat/remove-hardcoded-domain
git push origin dev
Sign in to join this conversation.
No description provided.