mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
Added life cycle notification for the app to toggle auto backup upon opening app
This commit is contained in:
parent
2a4d4ea999
commit
02e19e2d2c
4 changed files with 10669 additions and 24 deletions
10685
server/package-lock.json
generated
10685
server/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -44,6 +44,6 @@ import { ServerInfoModule } from './api-v1/server-info/server-info.module';
|
|||
})
|
||||
export class AppModule implements NestModule {
|
||||
configure(consumer: MiddlewareConsumer): void {
|
||||
consumer.apply(AppLoggerMiddleware).forRoutes('*');
|
||||
// consumer.apply(AppLoggerMiddleware).forRoutes('*');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue