refactor: asset v1, app.utils (#8152)

This commit is contained in:
Jason Rasmussen 2024-03-21 08:07:47 -05:00 committed by GitHub
parent 87ccba7f9d
commit 382b63954c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 518 additions and 548 deletions

View file

@ -69,5 +69,3 @@ export const bullConfig: QueueOptions = {
};
export const bullQueues: RegisterQueueOptions[] = Object.values(QueueName).map((name) => ({ name }));
export const excludePaths = ['/.well-known/immich', '/custom.css', '/favicon.ico'];