Commit 6ac57a0f authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh
parents feefefc1 5c31c3ea
......@@ -15,6 +15,7 @@
<b-nav-item href="/home/users">USER</b-nav-item>
<b-nav-item href="/home/categories">CATEGORY</b-nav-item>
<b-nav-item href="/home/products">PRODUCT</b-nav-item>
<b-nav-item href="/home/posts">POST</b-nav-item>
</b-navbar-nav>
<!-- Right aligned nav items -->
......
This diff is collapsed.
......@@ -516,8 +516,8 @@ export default {
variants: this.variants,
}, {
headers: {
"Content-Type": "multipart/form-data",
"Authorization": this.$auth.$storage.getUniversal("token")
'Content-Type': 'multipart/form-data',
'Authorization': this.$auth.$storage.getUniversal('token')
}
})
.then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment