refs #799 fix conflict
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

testing
Luis Gerardo Romero Garcia 2024-10-01 12:16:58 +02:00 committed by Nicolas Arenas
parent e1f498c3df
commit 14a2ae7d4f
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#index:
# path: /
# controller: App\Controller\DefaultController::index
app.swagger_ui:
path: /ogdhcp/api/doc
methods: GET
defaults: { _controller: nelmio_api_doc.controller.swagger_ui }

View File

@ -507,6 +507,7 @@ fi
runComposer ${INSTALL_TARGET}
# Creando configuración de Apache.
setup_nginx $INSTALL_TARGET
setup_nginx $INSTALL_TARGET
if [ $? -ne 0 ]; then
errorAndLog "Error configuring Apache for OpenGnsys Admin"
exit 1