refactored data-service fully
This commit is contained in:
parent
5c3f02228d
commit
67833a2fd7
18 changed files with 952 additions and 904 deletions
10
apps/data-service/src/handlers/webshare/shared/config.ts
Normal file
10
apps/data-service/src/handlers/webshare/shared/config.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* WebShare Configuration Constants
|
||||
*/
|
||||
|
||||
export const WEBSHARE_CONFIG = {
|
||||
DEFAULT_PAGE_SIZE: 100,
|
||||
DEFAULT_MODE: 'direct',
|
||||
DEFAULT_PAGE: 1,
|
||||
TIMEOUT: 10000,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue