mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 10:34:18 -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',
|
||
|
};
|