We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6471a commit 4045d97Copy full SHA for 4045d97
model-server/src/main/kotlin/org/modelix/model/server/Main.kt
@@ -245,7 +245,7 @@ object Main {
245
}
246
} else {
247
// we serve the public API to the outside via swagger UI
248
- swaggerUI(path = "swagger", swaggerFile = ResourceUtils.getFile("api/model-server.yaml").path.toString())
+ swaggerUI(path = "swagger", swaggerFile = ResourceUtils.getFile("api/model-server.yaml").invariantSeparatorsPath)
249
250
251
0 commit comments