]> PHS Git Server - phs-api.git/commit
#PA-1 setting up new attachment models, routes, and controllers.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 26 Sep 2025 05:48:21 +0000 (00:48 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 26 Sep 2025 05:48:21 +0000 (00:48 -0500)
commitd1bc605191963274df188352ed74190ebb5f48b1
treeef24e4a8e2d2beb40cf32c92d170d244387ccb60
parent1c5225472a9d5b1921c1c0445c3713f6b4574475
#PA-1 setting up new attachment models, routes, and controllers.
src/controllers/post.controller.js
src/controllers/post_files.controller.js [new file with mode: 0644]
src/controllers/post_users.controller.js [new file with mode: 0644]
src/models/post.model.js
src/models/post_files.model.js [new file with mode: 0644]
src/models/post_reactions.model.js [new file with mode: 0644]
src/models/post_users.model.js [new file with mode: 0644]
src/routes/post.routes.js
src/routes/post_files.routes.js [new file with mode: 0644]
src/routes/post_users.routes.js [new file with mode: 0644]