fix(routes): Correct require paths for errors.js in subdirectory routes

This commit is contained in:
Krystie
2026-03-30 00:21:25 -07:00
parent 2929e52b14
commit 564c442ea4
7 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ const fsp = require('fs').promises;
const path = require('path');
const { LIMITS } = require('../../constants');
const { exists } = require('../../fs-helpers');
const { ValidationError } = require('../errors');
const { ValidationError } = require('../../errors');
/**
* Config assets routes factory
* @param {Object} deps - Explicit dependencies