Skip to content

Commit

Permalink
fix TableauxConfig usage from TableauxTestBase
Browse files Browse the repository at this point in the history
  • Loading branch information
zingmane committed Mar 12, 2024
1 parent b8f068e commit 3a8727d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/com/campudus/tableaux/TableauxConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class TableauxConfig(
databaseConfig: JsonObject,
workingDirectory: String,
uploadsDirectory: String,
val openApiUrl: String,
val rolePermissions: JsonObject
val rolePermissions: JsonObject,
val openApiUrl: String = ""
) extends VertxAccess {

def uploadsDirectoryPath(): Path = {
Expand Down

0 comments on commit 3a8727d

Please sign in to comment.