Skip to content

Commit

Permalink
Merge pull request #30 from superKalo/feature/api-url
Browse files Browse the repository at this point in the history
Feature / Set Production API URL
  • Loading branch information
superKalo authored Dec 10, 2017
2 parents 61a783c + 74aadfc commit 51a864d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "crypto-tab",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"build:extension": "ENV='extension' gulp build",
"build:extension:watch": "ENV='extension' gulp build:watch",
Expand Down
2 changes: 1 addition & 1 deletion src/js/apiCecoAdapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
window.App = window.App || {};

window.App.apiCecoAdapter = {
baseURL: 'https://bitcoin-price-api.devlabs-projects.info/',
baseURL: 'https://api.crypto-tab.com/v1/',

get: function(_endpoint) {
return App.API.get(_endpoint);
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Crypto Tab",
"description": "Replace the New Tab page with Bitcoin price chart",
"version": "1.0.2",
"version": "1.0.3",
"icons": {
"16": "icons/[email protected]",
"48": "icons/[email protected]",
Expand Down

0 comments on commit 51a864d

Please sign in to comment.