1
0
Преглед на файлове

fix: add internal-paas to host

Azure преди 2 години
родител
ревизия
faf3f2ab71
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/services/auth.ts
  2. 1 1
      src/services/exam.ts

+ 1 - 1
src/services/auth.ts

@@ -1,4 +1,4 @@
-const portal = 'https://p.seec.seecoder.cn'
+const portal = 'https://p.internal-paas.seec.seecoder.cn'
 
 export const getLoginUrl = () => {
     const location = window.location

+ 1 - 1
src/services/exam.ts

@@ -1,4 +1,4 @@
-const coder = 'https://p.seec.seecoder.cn'
+const coder = 'https://p.internal-paas.seec.seecoder.cn'
 
 
 export const jumpToCoder = () => {