Skip to content

Commit

Permalink
Leftovers Swagger UI (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito committed Nov 21, 2022
1 parent 419b083 commit b196971
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ A service responsible to orchestrate Checks executions on a target infrastructur
# Documentation

The documentation is available at [trento-project.io/wanda](https://trento-project.io/wanda/).
Swagger UI is available at [trento-project.io/wanda/swagger](https://trento-project.io/wanda/swaggerui).

Swagger UI is available at [trento-project.io/wanda/swaggerui](https://trento-project.io/wanda/swaggerui).

## Developing Checks

Expand Down
1 change: 1 addition & 0 deletions coveralls.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lib/wanda_web.ex",
"lib/wanda_web/endpoint.ex",
"lib/wanda_web/router.ex",
"lib/wanda_web/api_spec.ex",
"lib/wanda_web/telemetry.ex",
"lib/wanda_web/error_helpers.ex"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/wanda_web/api_spec.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule WandaWeb.ApiSpec do
# If the endpoint is not running, use a placeholder
# this happens when generarting openapi.json with --start-app=false
# e.g. mix openapi.spec.json --start-app=false --spec WandaWeb.ApiSpec
%OpenApiSpex.Server{url: "https://trento-project.io/wanda"}
%OpenApiSpex.Server{url: "https://demo.trento-project.io"}
end
end
end

0 comments on commit b196971

Please sign in to comment.