* 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
44 B
TypeScript
2 lines
44 B
TypeScript
export * from './upload_location.constant';
|