From 0f77573addfb673ff95cfd00fc0169dd8b261060 Mon Sep 17 00:00:00 2001 From: Francesco Date: Thu, 21 Sep 2023 22:39:18 +0200 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6228df5..b1ebc6c 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ This annotation can be placed on binary fields to declare they are storing an im ## Changelog **0.0.4** - Simplified setup/configuration: now it only requires a couple of config properties and 1 annotation -- Support of custom base url where the interface is server instead of hardcoded "/dbadmin" +- Support of custom base url for the web UI, instead of hardcoded "/dbadmin" - Continued implementation of automated testing with Selenium **0.0.3**