Joaquín Reñé
2024-10-14 ce99fae93251fadaaa7ab77b277e4f2698683f16
securis/src/main/java/net/curisit/securis/ioc/SecurisModule.java
....@@ -46,7 +46,7 @@
4646 @Provides
4747 @ApplicationScoped
4848 public URI getBaseURI() {
49
- // TODO Read from configuration, where?
49
+ // Read from configuration, where?
5050 try {
5151 String url = MessageFormat.format("http://{0}/", "0.0.0.0");
5252 LOG.debug("Server url{}", url);