Skip to content

Commit

Permalink
Fix service-desc type in landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 6, 2020
1 parent 1773270 commit 3296cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wfs3/qgswfs3handlers.cpp
Expand Up @@ -169,7 +169,7 @@ json QgsWfs3APIHandler::schema( const QgsServerApiContext &context ) const
{
"content", {
{
"application/openapi+json;version=3.0", {
"application/vnd.oai.openapi+json;version=3.0", {
{
"schema", {
{ "type", "object" }
Expand Down

0 comments on commit 3296cab

Please sign in to comment.