fixing database connections and patching possible nosqli
This commit is contained in:
7
layouts/error.vue
Normal file
7
layouts/error.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
export default {
|
||||
mounted() {
|
||||
this.$router.push({ path: "/" })
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user