We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33896e2 commit ee7bef1Copy full SHA for ee7bef1
1 file changed
src/services/core.ts
@@ -1,7 +1,7 @@
1
import { FoxcastsCore } from 'foxcasts-core';
2
3
export const Core = new FoxcastsCore({
4
- baseUrl: 'http://api.foxcasts.com/',
+ baseUrl: 'https://api.foxcasts.com/',
5
apiKey:
6
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZm94Y2FzdHMtbGl0ZSIsImNyZWF0ZWRBdCI6IjIwMjEtMDktMDRUMjE6NDE6MjUuODQxWiIsImlhdCI6MTYzMDc5MTY4NX0.Z9JKUYmPE59Al9q82ctGUg9SeAks9KKOjz-qDm4s3GM',
7
});
0 commit comments