]> PHS Git Server - phs-api.git/commit
Adding phone_number routes and controllers.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 12 Sep 2025 03:21:46 +0000 (22:21 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 12 Sep 2025 03:21:46 +0000 (22:21 -0500)
commitbc6bc52a4cbec5cda36b0f7bb6cdbb11a73ec302
tree29c35cd0af526d83eaf283a2af8880c914ab2fcd
parent420e4ab49895674a2c7db194f689affb38f40a2c
Adding phone_number routes and controllers.
src/controllers/phone_number.controller.js [new file with mode: 0644]
src/controllers/user_phone_numbers.controller.js [new file with mode: 0644]
src/routes/phone_number.routes.js [new file with mode: 0644]
src/routes/user_phone_numbers.routes.js [new file with mode: 0644]