From 4f816318b6672d40f23b22ca44cc06b77cadf961 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Mon, 23 Feb 2026 12:05:58 +0100 Subject: feat: added a working connection to Redis, and a scaffolding for the RESTful API --- opendc-common/src/main/kotlin/org/opendc/common/utils/PostgresqlDB.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-common/src/main/kotlin/org/opendc/common/utils/PostgresqlDB.kt') diff --git a/opendc-common/src/main/kotlin/org/opendc/common/utils/PostgresqlDB.kt b/opendc-common/src/main/kotlin/org/opendc/common/utils/PostgresqlDB.kt index 03fd902c..35d03feb 100644 --- a/opendc-common/src/main/kotlin/org/opendc/common/utils/PostgresqlDB.kt +++ b/opendc-common/src/main/kotlin/org/opendc/common/utils/PostgresqlDB.kt @@ -47,7 +47,6 @@ public class PostgresqlDB { private fun String.asJdbc(database : String) : String { return "jdbc:postgresql://$this/$database" - } } \ No newline at end of file -- cgit v1.2.3