]> PHS Git Server - phs-api.git/commit
Adding new routes for git, vpn, and docker.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 21:03:42 +0000 (16:03 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 21:03:42 +0000 (16:03 -0500)
commit74160349ea0990cc8249a25851fd5cec4cdabe0e
treec86f507b2771d43e2fb5159f801aedc4a2b72081
parent492297cb084cf9e58f5f11b5efd6a14cf5f4239a
Adding new routes for git, vpn, and docker.
13 files changed:
.idea/jsLibraryMappings.xml
.idea/phs-api.iml
app.js
package.json
src/controllers/auth.controller.js [new file with mode: 0644]
src/controllers/docker.controller.js [new file with mode: 0644]
src/controllers/git.controller.js
src/controllers/vpn.controller.js [new file with mode: 0644]
src/routes/auth.routes.js [new file with mode: 0644]
src/routes/docker.routes.js [new file with mode: 0644]
src/routes/git.routes.js
src/routes/index.js
src/routes/vpn.routes.js [new file with mode: 0644]