feat: remove server info-page routes

This commit is contained in:
Kirill
2026-05-19 14:56:37 +05:00
parent 348ffd940c
commit 57275514bf
2 changed files with 0 additions and 104 deletions
-2
View File
@@ -7,7 +7,6 @@ import { registerAdminProductRoutes } from './api/admin-products.js'
import { registerAdminReviewRoutes } from './api/admin-reviews.js'
import { registerAdminUserRoutes } from './api/admin-users.js'
import { registerCatalogSliderRoutes } from './api/catalog-slider.js'
import { registerInfoPageRoutes } from './api/info-page.js'
import { registerPublicCatalogRoutes } from './api/public-catalog.js'
import { registerPublicReviewRoutes } from './api/public-reviews.js'
@@ -18,7 +17,6 @@ export async function registerApiRoutes(fastify) {
await registerPublicCatalogRoutes(fastify)
await registerPublicReviewRoutes(fastify)
await registerInfoPageRoutes(fastify)
await registerCatalogSliderRoutes(fastify)
await registerAdminProductRoutes(fastify)