diff --git a/backend/src/main.ts b/backend/src/main.ts index f427162..84afdc1 100644 --- a/backend/src/main.ts +++ b/backend/src/main.ts @@ -61,7 +61,7 @@ async function bootstrap() { { path: '/', method: RequestMethod.GET }, { path: 'shop/categories/:id', method: RequestMethod.GET }, { path: 'shop/products/:id/variants/:variantId', method: RequestMethod.GET }, - { path: 'shop/assets/(.*)', method: RequestMethod.GET }, + { path: 'shop/assets/{*path}', method: RequestMethod.GET }, { path: 'shop/preferences/theme', method: RequestMethod.POST }, { path: 'shop/error', method: RequestMethod.GET }, { path: 'shop/cart', method: RequestMethod.GET },