Skip to content

Commit a555235

Browse files
Merge pull request #63 from NatLibFi/mags-url
Change mags url
2 parents 4526d74 + 653cb29 commit a555235

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/config/magazines.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
// Base URLs for the magazine reader interface
66
const MAGAZINE_READER_URLS = {
7-
production: "https://e-kirjasto.epaper.fi",
8-
playground: "https://e-kirjasto-playground.epaper.fi"
7+
production: "https://lehdet.e-kirjasto.fi",
8+
playground: "https://lehdet-testing.e-kirjasto.fi"
99
} as const;
1010

1111
// API URLs for magazine catalog data
1212
const MAGAZINE_API_URLS = {
13-
production: "https://e-kirjasto.epaper.fi/feed/catalog",
14-
playground: "https://e-kirjasto-playground.epaper.fi/feed/catalog"
13+
production: "https://lehdet.e-kirjasto.fi/feed/catalog",
14+
playground: "https://lehdet-testing.e-kirjasto.fi/feed/catalog"
1515
} as const;
1616

1717
/**

src/types/magazines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Magazine service related (epaper) TypeScript interfaces
1+
// Magazine service related (epress) TypeScript interfaces
22

33
export interface MagazineTitle {
44
id: string;

0 commit comments

Comments
 (0)