Skip to content

Commit 9b86342

Browse files
authored
Fix typo in Swagger config
* Fixes a minor typo in the Swagger title * Makes the project name consistent with the README
1 parent 3800750 commit 9b86342

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)