|
|
@@ -0,0 +1,15 @@
|
|
|
+export default [
|
|
|
+ {
|
|
|
+ path: "/apis",
|
|
|
+ name: "ApisPage",
|
|
|
+ component: () => import("pages/apis/ApisPage.vue"),
|
|
|
+ meta: {
|
|
|
+ title: { value: "APIs", translate: false },
|
|
|
+ requireAuth: true,
|
|
|
+ breadcrumbs: [
|
|
|
+ { name: "DashboardPage", title: "Dashboard" },
|
|
|
+ { name: "ApisPage", title: "APIs" },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ },
|
|
|
+];
|