mirror of
https://github.com/immich-app/immich.git
synced 2025-11-16 11:45:37 -05:00
* refactor(server): move constant into common package * refactor(server): re-arrange import statement in microservice module * refactor(server): move app.config into common package * fix(server): e2e testing
2 lines
47 B
TypeScript
2 lines
47 B
TypeScript
export const APP_UPLOAD_LOCATION = './upload';
|