Skip to content

Commit

Permalink
Merge pull request #57 from rbrtmrtn/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Swagger config
  • Loading branch information
tobinbradley authored Sep 28, 2022
2 parents 3800750 + 9b86342 commit 91f962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fastify.register(require('@fastify/swagger'), {
routePrefix: '/',
swagger: {
"info": {
"title": "Dirst Simple Postgres HTTP API",
"title": "Dirt-Simple PostGIS HTTP API",
"description": "The Dirt-Simple PostGIS HTTP API is an easy way to expose geospatial functionality to your applications. It takes simple requests over HTTP and returns JSON, JSONP, or protobuf (Mapbox Vector Tile) to the requester. Although the focus of the project has generally been on exposing PostGIS functionality to web apps, you can use the framework to make an API to any database.",
"version": process.env.npm_package_version || ""
},
Expand Down

0 comments on commit 91f962d

Please sign in to comment.