Skip to content
Snippets Groups Projects
index.js 98 B
'use strict'
module.exports = {
  'API_LOCATION': "/api",
  'LOGIN_REDIRECT': "/api/auth/login"
}