From a91c89cfe75ba8285f274ecb27f696275ba9fff0 Mon Sep 17 00:00:00 2001 From: Baptiste Lafontaine Date: Mon, 16 Apr 2018 09:59:57 +0200 Subject: [PATCH] Add the swagger spec info name in --- Resources/views/SwaggerUi/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/SwaggerUi/index.html.twig b/Resources/views/SwaggerUi/index.html.twig index e717521b8..e806918b2 100644 --- a/Resources/views/SwaggerUi/index.html.twig +++ b/Resources/views/SwaggerUi/index.html.twig @@ -9,7 +9,7 @@ file that was distributed with this source code. #} <html> <head> <meta charset="UTF-8"> - <title>NelmioApiDocBundle + {{ swagger_data.spec.info.title }} - NelmioApiDocBundle