Skip to content

Commit

Permalink
fix: update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Feb 3, 2025
1 parent f0ea215 commit 1ba176b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ng.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { v4 as uuidv4 } from 'uuid';

export const TIMEOUT = 30;
export const INTERVAL = 1000;
export const DOMAIN = 'ng-cc.cloud';
export const DOMAIN = 'cc-ng.cloud';
export const TYPE_PREFIXES = {
app_: 'APPLICATION',
addon_: 'ADDON',
Expand Down

0 comments on commit 1ba176b

Please sign in to comment.