Explorar el Código

wwwの追加

develop
sosuke.iwabuchi hace 9 meses
padre
commit
9588f6ea0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/config/mypage.ts

+ 1
- 1
src/config/mypage.ts Ver fichero

@@ -11,7 +11,7 @@ export const myPageConfig = (): MyPageConfig => {
};
} else if (process.env.NODE_ENV === "production") {
return {
BASE_URL: "http://kurutto-monthlyparking-mypage.kyotopublic.or.jp",
BASE_URL: "https://www.kurutto-monthlyparking-mypage.kyotopublic.or.jp",
TOKEN: "Abfg4Huo9KJU7YHSxaabcvWZZZPROD",
};
} else {


Cargando…
Cancelar
Guardar