#develop - adição do frontend da suite e da estrutura completa do módulo de relatórios
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
"suite": "${FRONTEND_SUITE_URL}",
|
||||
"attendance": "${FRONTEND_ATTENDANCE_URL}",
|
||||
"account": "${FRONTEND_ACCOUNT_URL}",
|
||||
"people": "${FRONTEND_PEOPLE_URL}"
|
||||
"people": "${FRONTEND_PEOPLE_URL}",
|
||||
"reports": "${FRONTEND_REPORTS_URL}"
|
||||
},
|
||||
"api": {
|
||||
"suite": "${BACKEND_SUITE_API_URL}",
|
||||
"people": "${BACKEND_PEOPLE_API_URL}",
|
||||
"account": "${BACKEND_ACCOUNT_API_URL}",
|
||||
"attendance": "${BACKEND_ATTENDANCE_API_URL}"
|
||||
"attendance": "${BACKEND_ATTENDANCE_API_URL}",
|
||||
"reports": "${BACKEND_REPORTS_API_URL}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user