refac: move rotas protegidas para dentro de (protected)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>OOOIII SOU A HOMEEE</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
definePageMeta({
|
||||
middleware: 'auth'
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user