From d2125d63b1d6f1edd5b1b7078573a0f0b74279b1 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Sun, 26 Apr 2020 14:39:41 -0400 Subject: [PATCH] fix response --- examples/2-standard-multiple-api-specs/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/2-standard-multiple-api-specs/app.js b/examples/2-standard-multiple-api-specs/app.js index 36d0b3a2..85fb4aa3 100644 --- a/examples/2-standard-multiple-api-specs/app.js +++ b/examples/2-standard-multiple-api-specs/app.js @@ -62,7 +62,7 @@ async function routesV2(app) { { pet_id: 1, pet_name: 'happy', - pet_type: 'cat', + pet_type: 'kitty', }, ]); });