diff --git a/components/Navbar.vue b/components/Navbar.vue index 37bfcce..dff8a49 100644 --- a/components/Navbar.vue +++ b/components/Navbar.vue @@ -22,6 +22,22 @@ Globally Protected +
  • + + Locally Unprotected + +
  • +
  • + + API Routes + +
  • +export default { + props: { + route: String, + method: String, + link: String, + } +} + + + diff --git a/pages/api-routes.vue b/pages/api-routes.vue new file mode 100644 index 0000000..3c6f26f --- /dev/null +++ b/pages/api-routes.vue @@ -0,0 +1,62 @@ + + + diff --git a/pages/protected/locally.vue b/pages/protected/locally.vue new file mode 100644 index 0000000..e56be13 --- /dev/null +++ b/pages/protected/locally.vue @@ -0,0 +1,16 @@ + + + + +