File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55// Base URLs for the magazine reader interface
66const 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
1212const 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/**
Original file line number Diff line number Diff line change 1- // Magazine service related (epaper ) TypeScript interfaces
1+ // Magazine service related (epress ) TypeScript interfaces
22
33export interface MagazineTitle {
44 id : string ;
You can’t perform that action at this time.
0 commit comments