Skip to content

Commit

Permalink
Fix link for json api in landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 6, 2020
1 parent 29e74a3 commit 2e57d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wfs3/qgswfs3handlers.cpp
Expand Up @@ -301,7 +301,7 @@ void QgsWfs3LandingPageHandler::handleRequest( const QgsServerApiContext &contex
} );
data["links"].push_back(
{
{ "href", href( context, "/api" )},
{ "href", href( context, "/api.json" )},
{ "rel", QgsServerOgcApi::relToString( QgsServerOgcApi::Rel::service_desc ) },
{ "type", QgsServerOgcApi::mimeType( QgsServerOgcApi::ContentType::OPENAPI3 ) },
{ "title", "API description" },
Expand Down

0 comments on commit 2e57d11

Please sign in to comment.