Skip to content

Commit

Permalink
Update app title in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Dec 24, 2023
1 parent 3ceb20c commit c588f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const app: FastifyPluginAsync<AppOptions> = async (
staticCSP: true,
transformStaticCSP: (header: string) => header,
theme: {
title: "Dialoqbots API Docs",
title: "Dialoqbase API Docs",
},
uiConfig: {
docExpansion: "none",
Expand Down

0 comments on commit c588f53

Please sign in to comment.