Skip to content

Commit

Permalink
Issue #PS-0000 fix: Fixed base url of editor
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Dec 3, 2024
1 parent 4efac1d commit 549f03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const remotes = (isServer) => {
};
};

const PORTAL_BASE_URL = "https://sunbird-editor.tekdinext.com";
const PORTAL_BASE_URL = "https://staging.sunbirded.org";

const routes = {
API: {
Expand Down

0 comments on commit 549f03a

Please sign in to comment.