Skip to content

Commit a31816c

Browse files
authored
Update form-validation.md
1 parent 33f6d95 commit a31816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/form-validation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Basically any name but "vista", "empire", and "mbp" are acceptable. Ok, so let's
395395
There isn't anything special here. So let's go on to the JavaScript.
396396

397397
``` js
398-
const apiUrl = 'https://vuecookbook.netlify.com/.netlify/functions/product-name?name=';
398+
const apiUrl = 'https://vuecookbook.netlify.app/.netlify/functions/product-name?name=';
399399

400400
const app = new Vue({
401401
el: '#app',

0 commit comments

Comments
 (0)