Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e75af2

Browse files
author
Md Obydullah
authored
Update AddBook.vue
1 parent eeccde4 commit 8e75af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎resources/js/components/AddBook.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
addBook() {
3131
3232
this.axios
33-
.post('https://laravel.dev/api/book/add', this.book)
33+
.post('http://localhost:8000/api/book/add', this.book)
3434
.then(response => (
3535
this.$router.push({name: 'home'})
3636
// console.log(response.data)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /