|
|
@ -31,7 +31,7 @@ export function getUrl(path, goTest) {
|
|
|
|
// testbdweb.educoder.net testbdweb.trustie.net
|
|
|
|
// testbdweb.educoder.net testbdweb.trustie.net
|
|
|
|
// const local = goTest ? 'https://testeduplus2.educoder.net' : 'http://localhost:3000'
|
|
|
|
// const local = goTest ? 'https://testeduplus2.educoder.net' : 'http://localhost:3000'
|
|
|
|
// const local = 'https://testeduplus2.educoder.net'
|
|
|
|
// const local = 'https://testeduplus2.educoder.net'
|
|
|
|
const local = 'https://test-newweb.educoder.net'
|
|
|
|
const local = 'https://test-jupyterweb.educoder.net'
|
|
|
|
if (isDev) {
|
|
|
|
if (isDev) {
|
|
|
|
return `${local}${path?path:''}`
|
|
|
|
return `${local}${path?path:''}`
|
|
|
|
}
|
|
|
|
}
|
|
|
|