Skip to content

Commit a29b3f0

Browse files
authored
Merge pull request #11410 from 395ShikharSingh/fix/remove-hardcoded-url
fix: replace hardcoded URL with dynamic environment-based URL
2 parents a63b101 + 806663a commit a29b3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlibrary/components/BulkSearch/utils/classes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export class BookMatch {
201201
}
202202

203203

204-
const BASE_LIST_URL = 'https://openlibrary.org/account/lists/add?seeds='
204+
const BASE_LIST_URL = '/account/lists/add?seeds='
205205

206206
export class BulkSearchState{
207207
constructor(){

0 commit comments

Comments
 (0)