Skip to content

Commit

Permalink
Revert api route
Browse files Browse the repository at this point in the history
  • Loading branch information
auniverseaway committed Apr 8, 2024
1 parent c11d0b8 commit d9f907f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/browse/da-orgs/da-orgs.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class DaOrgs extends LitElement {
</div>
</a>
</li>`)}
${this._orgs.length > 1 ? html`
${this._orgs.length > 4 ? html`
<li>
<a class="da-org new" href="/start">
<div class="new-icon">
Expand Down
2 changes: 1 addition & 1 deletion blocks/shared/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const AEM_ORIGIN = 'https://admin.hlx.page';
const DA_ADMIN_ENVS = {
local: 'http://localhost:8787',
stage: 'https://stage-admin.da.live',
prod: 'https://da.live/api',
prod: 'https://admin.da.live',
};

const DA_COLLAB_ENVS = {
Expand Down

0 comments on commit d9f907f

Please sign in to comment.