Skip to content
Snippets Groups Projects
env.js 139 B
Newer Older
smr17's avatar
smr17 committed

var apiDomain = 'https://api.portalmec.c3sl.ufpr.br',
smr17's avatar
smr17 committed
    apiVersion = 'v1',
    apiUrl = apiDomain + '/' + apiVersion;

export {apiUrl};