Skip to content

Commit 72629fa

Browse files
jameelkaisarJinjiang
authored andcommitted
Fix API URL (#2973)
1 parent 5b86e17 commit 72629fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/form-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ exports.handler = async (event, context) => {
391391
这里没有任何特殊的东西。接下来我们再看看 JavaScript。
392392

393393
``` js
394-
const apiUrl = 'https://vuecookbook.netlify.com/.netlify/functions/product-name?name=';
394+
const apiUrl = 'https://vuecookbook.netlify.app/.netlify/functions/product-name?name=';
395395

396396
const app = new Vue({
397397
el: '#app',

0 commit comments

Comments
 (0)