HEX
Server: Apache
System: Linux 162-241-121-228.webhostbox.net 3.10.0-862.3.2.el7.x86_64 #1 SMP Mon May 21 23:36:36 UTC 2018 x86_64
User: apiuattsproject (10003)
PHP: 8.2.31
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/resources/js/router.js
import VueRouter from "vue-router";
const routes = [
  { path: "/", component: () => import("./components/WelcomeScreen.vue") },
  { path: "/announcement", name: "announcement", component: () => import("./components/Announcement.vue") },
  { path: "/roles", name: "roles", component: () => import("./components/Roles.vue") },
  { path: "/assignRoles", name: "assignRoles", component: () => import("./components/AssignRoles.vue") },
  { path: "/subscribers", name: "subscribers", component: () => import("./components/Subscribers.vue") },
  { path: "/menus", name: "menus", component: () => import("./components/Menus.vue") },
  { path: "/banners", name: "banners", component: () => import("./components/Banners.vue") },
  { path: "/whyPick", name: "whyPick", component: () => import("./components/WhyPick.vue") },
  { path: "/authors", name: "authors", component: () => import("./components/Authors.vue") },
  { path: "/books", name: "books", component: () => import("./components/Books.vue") },
  { path: "/bookDetails", name: "bookDetails", component: () => import("./components/BookDetails.vue") },
  { path: "/bookAssetTypes", name: "bookAssetTypes", component: () => import("./components/BookAssetTypes.vue") },
  { path: "/bookReviews", name: "bookReviews", component: () => import("./components/BookReviews.vue") },
  { path: "/reviewFeedback", name: "reviewFeedback", component: () => import("./components/ReviewFeedback.vue") },
  { path: "/bookDetails", name: "bookDetails", component: () => import("./components/BookDetails.vue") },
  { path: "/bookFormats", name: "bookFormats", component: () => import("./components/BookFormats.vue") },
  { path: "/bookCovers", name: "bookCovers", component: () => import("./components/BookCovers.vue") },
  { path: "/assets", name: "assets", component: () => import("./components/Assets.vue") },
  { path: "/assetTypes", name: "assetTypes", component: () => import("./components/AssetTypes.vue") },
  { path: "/genre", name: "genre", component: () => import("./components/Genre.vue") },
  { path: "/testimonials", name: "testimonials", component: () => import("./components/Testimonials.vue") },
  { path: "/cmsPages", name: "cmsPages", component: () => import("./components/CMSPages.vue") },
  { path: "/cmsInfo", name: "cmsInfo", component: () => import("./components/CMSInfo.vue") },
  { path: "/promotion", name: "promotion", component: () => import("./components/Promotion.vue") },
  { path: "/products", name: "products", component: () => import("./components/Products.vue") },
  { path: "/users", name: "users", component: () => import("./components/Users.vue") },
  { path: "/publisher", name: "publisher", component: () => import("./components/Publisher.vue") },
  { path: "/adduser", name: "adduser", component: () => import("./components/AddUser.vue") },
  { path: "/roles", name: "roles", component: () => import("./components/Roles.vue") },
  { path: "/characterAssets", name: "characterAssets", component: () => import("./components/CharacterAssets.vue") },
  { path: "/delhiveryTypes", name: "delhiveryTypes", component: () => import("./components/DelhiveryTypes.vue") },
  { path: "/orders", name: "orders", component: () => import("./components/Orders.vue") },
  { path: "/orderedProducts", name: "orderedProducts", component: () => import("./components/OrderedProducts.vue") },
  { path: "/shippings", name: "shippings", component: () => import("./components/Shippings.vue") },
  { path: "/paypalPayments", name: "paypalPayments", component: () => import("./components/paypalPayments.vue") },
  { path: "/aboutUs", name: "aboutUs", component: () => import("./components/AboutUs.vue") },
  { path: "/royaltypoint", name: "royaltypoint", component: () => import("./components/Royalitypoint.vue") },
  { path: "/staticBlock", name: "staticBlock", component: () => import("./components/staticBlock.vue") },
  { path: "/editroyaltypoint", name: "editroyaltypoint", component: () => import("./components/Editroyaltypoint.vue") },
  { path: "/filetable", name:"fileuploader", component: () => import("./components/FileTable.vue") },
  { path: "/contact", name: "contact", component: () => import("./components/Contact.vue") },
  { path: "/fileUpload", name: "fileUpload", component: () => import("./components/fileUploads.vue") },
  { path: "/subscriptionCategory", name: "subscriptionCategory", component: () => import("./components/SubscriptionCategory.vue") },
  { path: "/redeemrules", name: "redeemrules", component: () => import("./components/Redeemrules.vue") },
  { path: "/referrals", name: "referrals", component: () => import("./components/Referrals.vue") },
  { path: "/referralRequests", name: "referralRequests", component: () => import("./components/ReferralRequests.vue") },
  { path: "/agencies", name: "agencies", component: () => import("./components/Agencies.vue") },
  { path: "/agencyDetails", name: "agencyDetails", component: () => import("./components/AgencyDetails.vue") },
  { path: "/orderReprints", name: "orderReprints", component: () => import("./components/OrderReprint.vue") },
  { path: "/addadmins", name: "addadmins", component: () => import("./components/AddAdmin.vue") },
  { path: "/admins", name: "admins", component: () => import("./components/Admins.vue") },

  // { path: "/example", component: () => import("./components/ExampleComponent.vue") },
];

export default new VueRouter({
  routes,
});