Skip to content

Commit 91f962d

Browse files
authored
Merge pull request #57 from rbrtmrtn/patch-1
Fix typo in Swagger config
2 parents 3800750 + 9b86342 commit 91f962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fastify.register(require('@fastify/swagger'), {
5555
routePrefix: '/',
5656
swagger: {
5757
"info": {
58-
"title": "Dirst Simple Postgres HTTP API",
58+
"title": "Dirt-Simple PostGIS HTTP API",
5959
"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.",
6060
"version": process.env.npm_package_version || ""
6161
},

0 commit comments

Comments
 (0)