refactor(server): move constant into common package (#522)
* 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
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export * from './config';
|
||||
export * from './constants';
|
||||
Reference in New Issue
Block a user