Skip to content

Commit

Permalink
fix api url
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvarado91 committed Sep 2, 2024
1 parent f282450 commit 34db271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/crosscutting/soundCloudApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class SoundCloudApiClient {

constructor() {
this.client = axios.create({
baseURL: "http://api.soundcloud.com",
baseURL: "https://api.soundcloud.com",
});

this.client.interceptors.request.use((config) => {
Expand Down

1 comment on commit 34db271

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for soulector ready!

✅ Preview
https://soulector-220ndi2yc-juan-alvarados-projects-746f4d3e.vercel.app

Built with commit 34db271.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.