Skip to content

Commit

Permalink
Update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shevabam committed Jun 8, 2022
1 parent be47a58 commit 4bb31cb
Show file tree
Hide file tree
Showing 3 changed files with 902 additions and 534 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const axios = require('axios');
const _ = require('lodash');

const baseUrl = 'https://breaking-bad-quotes.herokuapp.com/v1';
const baseUrl = 'https://api.breakingbadquotes.xyz/v1';

module.exports = (opts, callback) => {
return new Promise((resolve, reject) => {
Expand Down
Loading

0 comments on commit 4bb31cb

Please sign in to comment.