Skip to content

Commit

Permalink
Merge pull request #9 from crashdeck/change-api-origin
Browse files Browse the repository at this point in the history
Change api origin
  • Loading branch information
heyarviind authored Sep 23, 2020
2 parents 2b62ced + 3a9d0ef commit 314b506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Loggie {
pushLog(payload) {
return axios
.post(
`https://api.loggie.io/log-${this.bucketId}`,
`https://api.crashdeck.io/log-${this.bucketId}`,
{
message: payload.message,
type: payload.type,
Expand Down

0 comments on commit 314b506

Please sign in to comment.