Skip to content

Commit

Permalink
fix: add allow url for CORS reisnordland com (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth authored Mar 4, 2024
1 parent 333ab75 commit 4dc3258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/api/departures/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ export default handlerWithDepartureClient<AutocompleteApiReturnType>(
/\.frammr.no$/,
'https://reisnordland.no',
/\.reisnordland.no$/,
'https://reisnordland.com',
/\.reisnordland.com$/,
],
);

0 comments on commit 4dc3258

Please sign in to comment.