summary refs log tree commit diff
path: root/src/dto/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-01 04:40:09 +0200
committerRory& <root@rory.gay>2025-06-01 04:40:09 +0200
commita22c00fcefa10a99505c05393106fb3a655de243 (patch)
tree417757b1e5aa9f44702ed963569e0edf6209043d /src/dto/index.js
parentAdd some tests (diff)
downloadnodejs-final-assignment-a22c00fcefa10a99505c05393106fb3a655de243.tar.xz
Add register with validation
Diffstat (limited to 'src/dto/index.js')
-rw-r--r--src/dto/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dto/index.js b/src/dto/index.js
new file mode 100644

index 0000000..fd4a05a --- /dev/null +++ b/src/dto/index.js
@@ -0,0 +1 @@ +export * from './auth/index.js';