Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 13, 2024
1 parent c5ef148 commit 781c7aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/banner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export function banner() {
`;
text += ` ${pkg.name} v${pkg.version}\n\n`;
text += `HTTP routes\n`;
text += `GET /metrics\tPrometheus Metrics\n`;
text += `GET /keypair\tGenerate random Ed25519 private & public keys\n`;
text += "HTTP routes\n";
text += "GET /metrics\tPrometheus Metrics\n";
text += "GET /keypair\tGenerate random Ed25519 private & public keys\n";
return text;
}

0 comments on commit 781c7aa

Please sign in to comment.