Skip to content

Commit

Permalink
Fix API URL (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameelkaisar authored Nov 4, 2022
1 parent b827b10 commit 204d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/cookbook/form-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 204d969

Please sign in to comment.