Skip to content

Commit b6210db

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update index.js
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Anupa Gamage <125038143+Anupa1998@users.noreply.github.com>
1 parent eb17077 commit b6210db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const destinationPR = argv.destination || path.join(process.cwd(), 'src/componen
2020
const sourceDash = argv.source || path.join(__dirname, 'Dashboard');
2121
const destinationDash = argv.destination || path.join(process.cwd(), 'src/components/Dashboard');
2222

23-
const sourceBackendMysqlNoMVC = argv.source || path.join(__dirname, 'BackEndMysqlNoMVC/server');
24-
const destinationBackendMysqlNoMVC = argv.destination || path.join(process.cwd(), '../server/');
23+
const sourceBackendMysqlNoMVC = argv.source || path.join(__dirname, 'BackEndMysqlNoMVC');
24+
const destinationBackendMysqlNoMVC = argv.destination || path.join(process.cwd(), '../');
2525

2626

2727
async function RunReactLoginSignIn() {

0 commit comments

Comments
 (0)