This is an automated email from the ASF dual-hosted git repository. jacopoc pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit bba45f7abc3ab9d5ec1aa498762a783dd2fe5600 Author: Jacopo Cappellato <[email protected]> AuthorDate: Tue Jun 23 11:48:40 2026 +0200 Fixed: Correct the file path for the favicon-16x16.png in swagger-ui.html --- framework/rest-api/webapp/docs/swagger-ui.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/rest-api/webapp/docs/swagger-ui.html b/framework/rest-api/webapp/docs/swagger-ui.html index 53636b1cc0..525f447fe2 100644 --- a/framework/rest-api/webapp/docs/swagger-ui.html +++ b/framework/rest-api/webapp/docs/swagger-ui.html @@ -6,7 +6,7 @@ <title>Swagger UI</title> <link rel="stylesheet" type="text/css" href="./swagger-ui.css" > <link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" /> - <link rel="icon" type="image/png" href=".favicon-16x16.png" sizes="16x16" /> + <link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" /> <style> html {

