Skip to content
Snippets Groups Projects
Commit 36836736 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

docs url should point to current minerva install

parent f0fca3eb
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!189Resolve "remove all static references to lux1.atcomp.pl"
......@@ -11,6 +11,6 @@ export const ZOD_SEED = parseInt(process.env.ZOD_SEED || '123', 10);
export const BIO_ENTITY = 'bioEntity';
export const DRUGS_CHEMICALS = ['drugs', 'chemicals'];
export const MINERVA_WEBSITE_URL = 'https://minerva.pages.uni.lu/doc/';
export const API_DOCS_URL = 'https://lux1.atcomp.pl/minerva/docs/';
export const API_DOCS_URL = `${BASE_API_URL}/../docs/`;
export const ADMIN_PANEL_URL = getConfigValue('ADMIN_PANEL_URL');
export const CURRENT_PROJECT_ADMIN_PANEL_URL = `${ADMIN_PANEL_URL}?id=${PROJECT_ID}`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment