mejoras tablas y enpoint update compras

This commit is contained in:
2021-05-02 23:47:33 -05:00
parent 3e9e50e2c3
commit a05bc18d5a
10 changed files with 235 additions and 48 deletions

View File

@@ -7,4 +7,6 @@ export default function({ store, redirect }) {
if (!store.state.auth) {
return redirect("/login");
}
}