Skip to content

Commit ee7bef1

Browse files
author
Garrett Downs
committed
switch to https
1 parent 33896e2 commit ee7bef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { FoxcastsCore } from 'foxcasts-core';
22

33
export const Core = new FoxcastsCore({
4-
baseUrl: 'http://api.foxcasts.com/',
4+
baseUrl: 'https://api.foxcasts.com/',
55
apiKey:
66
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiZm94Y2FzdHMtbGl0ZSIsImNyZWF0ZWRBdCI6IjIwMjEtMDktMDRUMjE6NDE6MjUuODQxWiIsImlhdCI6MTYzMDc5MTY4NX0.Z9JKUYmPE59Al9q82ctGUg9SeAks9KKOjz-qDm4s3GM',
77
});

0 commit comments

Comments
 (0)