mirror of
https://github.com/sartography/uva-covid19-testing-frontend.git
synced 2025-01-17 11:11:11 +00:00
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
|
var ENV = {
|
||
|
production: 'false',
|
||
|
api: 'apiRoot',
|
||
|
irbUrl: 'irbUrl',
|
||
|
homeRoute: 'home',
|
||
|
};
|