Skip to content

Commit

Permalink
fix: updated host url
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Mar 16, 2022
1 parent 508a9d2 commit 1022b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processVars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (process.env.NODE_ENV === 'development') {
host = 'localhost:3000';
protocol = 'http';
} else if (process.env.NODE_ENV === 'production') {
host = 'eddbapi.kodeblox.com';
host = 'eddbapi.elitebgs.app';
protocol = 'https';
}

Expand Down

0 comments on commit 1022b25

Please sign in to comment.