Skip to content

Commit

Permalink
Updating extensions endpoint to staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde committed Feb 15, 2019
1 parent 3c34330 commit 8e374c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/network_constants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// "https://go-updater.brave.com/extensions";
// For debgugging:
const char kBraveUpdatesExtensionsEndpoint[] =
"http://localhost:8192/extensions";
"http://18.191.93.235/extensions";

const char kBraveReferralsServer[] = "laptop-updates.brave.com";
const char kBraveReferralsHeadersPath[] = "/promo/custom-headers";
Expand Down

0 comments on commit 8e374c2

Please sign in to comment.