Skip to content

Commit

Permalink
publish database schema name
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Mar 26, 2024
1 parent 21eddf7 commit 17558af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http/api/v1/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const createHandler = (config: HttpApiConfig): express.Router => {
res.json({
hostname: config.hostname,
buildTag: config.buildTag,
databaseSchema: config.db.databaseSchemaName,
});
});

Expand Down

0 comments on commit 17558af

Please sign in to comment.