Skip to content

Commit faf3766

Browse files
authored
Merge pull request #107 from PathwayCommons/iss103_typo-zenodo-url
Correct typo in the `ZENODO_BASE_URL` env variable.
2 parents 22e3cfe + 42b2e74 commit faf3766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ export const DB_NAME_NCBI_PROTEIN = env('DB_NAME_NCBI_PROTEIN', 'NCBI Protein');
5151

5252
export const ESDUMP_LOCATION = env('ESDUMP_LOCATION', './input/');
5353
export const ZENODO_ACCESS_TOKEN = env('ZENODO_ACCESS_TOKEN', '');
54-
export const ZENODO_BASE_URL = env('ZENODO_API_URL', 'https://zenodo.org/');
54+
export const ZENODO_BASE_URL = env('ZENODO_BASE_URL', 'https://zenodo.org/');
5555
export const ZENODO_BUCKET_ID = env('ZENODO_BUCKET_ID', '');

0 commit comments

Comments
 (0)