Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Nov 18, 2019
1 parent 6ea2af9 commit 1c472c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitesauce-cli",
"version": "0.0.6",
"version": "0.0.7",
"description": "The Sitesauce CLI.",
"license": "MIT",
"repository": "sitesauce/cli",
Expand Down
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config = require('./config/global');
class Client {
constructor() {
this.client = axios.create({
baseURL: 'http://app.sitesauce.app/api/',
baseURL: 'https://app.sitesauce.app/api/',
headers: {
Authorization: `Bearer ${config.get('token')}`
}
Expand Down

0 comments on commit 1c472c3

Please sign in to comment.