Skip to content

Commit

Permalink
revert minor change
Browse files Browse the repository at this point in the history
Signed-off-by: va6996 <vinayakagarwal6996@gmail.com>
  • Loading branch information
va6996 committed May 17, 2024
1 parent 17ca646 commit 630adfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/console/env/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const ADMIN_API_URL = process.env.ADMIN_API_URL?.replace(/https?:\/\//, '') || '
const ADMIN_API = ADMIN_API_URL ? `//${ADMIN_API_URL}` : '';

// Webpage for local development
const LOCAL_DEV_HOST = process.env.LOCAL_DEV_HOST || 'localhost';
const LOCAL_DEV_HOST = process.env.LOCAL_DEV_HOST || `localhost.${ADMIN_API_URL}`;

/**
* @deprecated use BASE_HREF
Expand Down

0 comments on commit 630adfd

Please sign in to comment.