]> PHS Git Server - phs-admin.git/commitdiff
Fixing lodash ref.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 6 Sep 2025 00:17:26 +0000 (19:17 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 6 Sep 2025 00:17:26 +0000 (19:17 -0500)
src/app/services/Git/GitConfig.js

index fb47d5457a2d02114f24106a73450465110b4690..3465de488dc5b5fbbc1690c3fa6ffa49a37bbd8f 100644 (file)
@@ -1,9 +1,9 @@
 let base = 'git/';
 const GitConfig = {
   index: base,
-  createRepo: `${base}create-repo/`,
+  createRepo: `${base}create-repo`,
   deleteRepo: `${base}`,
-  cloneRepo: `${base}clone-repo/`,
+  cloneRepo: `${base}clone-repo`,
 };
 
 export default GitConfig;
\ No newline at end of file