Quitada '/' al final de la ruta
This commit is contained in:
parent
d5e70dc291
commit
9c07a91914
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export default {
|
|||
...mapActions('pedido', ["getGrupoDeCompra", "crearPedido", "elegirPedido"]),
|
||||
...mapMutations("ui", ["toggleTags"]),
|
||||
async getPedidos(nombre) {
|
||||
const response = await axios.get('/api/subpedidos/',{
|
||||
const response = await axios.get('/api/subpedidos',{
|
||||
params: {
|
||||
nombre: nombre,
|
||||
grupo_de_compra: this.grupo_de_compra.id,
|
||||
|
|
Loading…
Add table
Reference in a new issue