From 826c457b297cb67f21a9852d76ff416d8a390944 Mon Sep 17 00:00:00 2001 From: Jameel Kaisar <65322473+JameelKaisar@users.noreply.github.com> Date: Sun, 23 Oct 2022 17:30:58 +0000 Subject: [PATCH] Fix API URL --- src/v2/cookbook/form-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/cookbook/form-validation.md b/src/v2/cookbook/form-validation.md index e8417fd036..ec16e71ad4 100644 --- a/src/v2/cookbook/form-validation.md +++ b/src/v2/cookbook/form-validation.md @@ -395,7 +395,7 @@ Basically any name but "vista", "empire", and "mbp" are acceptable. Ok, so let's There isn't anything special here. So let's go on to the JavaScript. ``` js -const apiUrl = 'https://vuecookbook.netlify.com/.netlify/functions/product-name?name='; +const apiUrl = 'https://vuecookbook.netlify.app/.netlify/functions/product-name?name='; const app = new Vue({ el: '#app',