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.
2 parents 6d0bb08 + 4045d97 commit d89d287Copy full SHA for d89d287
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