Skip to content

Commit

Permalink
Fix Swagger info
Browse files Browse the repository at this point in the history
  • Loading branch information
kerolloz committed Jun 1, 2024
1 parent 1a9e50c commit 3b7e6b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/swagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export const registerSwagger = (app: FastifyInstance) => {
app.register(fastifySwagger, {
openapi: {
info: {
title: 'Kounter',
title: 'Aktive',
description:
'Kounter is a simple counter service that can be used in a variety of ways.',
'Aktive is a simple web service. It returns a badge (or JSON) that shows your rank among other GitHub users from your country according to your GitHub contributions.',
contact: {
name: 'Kerollos Magdy',
url: 'https://kounter.kerolloz.dev',
url: 'https://aktive.kerolloz.dev',
email: '[email protected]',
},
version: '1.0.0',
Expand Down

0 comments on commit 3b7e6b4

Please sign in to comment.