diff options
Diffstat (limited to 'backend/src/config/constants.ts')
| -rw-r--r-- | backend/src/config/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/config/constants.ts b/backend/src/config/constants.ts new file mode 100644 index 0000000..45d559e --- /dev/null +++ b/backend/src/config/constants.ts @@ -0,0 +1 @@ +export const PAGE_SIZE = 25; |
