mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
uppercase pls
This commit is contained in:
parent
8cf282e127
commit
d3e222c535
1 changed files with 2 additions and 2 deletions
|
|
@ -37,9 +37,9 @@ export async function regexTest(app: FastifyInstance) {
|
|||
|
||||
let output = "";
|
||||
if (result) {
|
||||
output = "the input matches the regular expression!";
|
||||
output = "The input matches the regular expression!";
|
||||
} else {
|
||||
output = "the input does not match the regular expression.";
|
||||
output = "The input does not match the regular expression.";
|
||||
}
|
||||
|
||||
reply.header("Content-Type", "text/plain").status(200).send(output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue