mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 18:14:19 -08:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
|
export const ENDPOINTS = {
|
||
|
ABOUT: 'en',
|
||
|
EXPLORE_THE_TOOL: '/en/cejst',
|
||
|
METHODOLOGY: '/en/methodology',
|
||
|
CONTACT: 'en/contact',
|
||
|
};
|