From aca5e5e11938d6850079a1b5a19b3350fe84d89c Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 28 Apr 2025 23:29:26 +0700 Subject: [PATCH] feat: change domain to prod fqdn --- components/form/login.tsx | 4 ++-- components/landing/adds-carousel.tsx | 2 +- components/main/detail/comment.tsx | 4 ++-- components/main/detail/e-magazine-detail.tsx | 2 +- components/main/detail/new-detail.tsx | 2 +- components/page/detail-news.tsx | 4 ++-- public/sw.js | 2 +- service/http-config/axios-interceptor-service.ts | 2 +- service/http-config/http-base-service.ts | 2 +- services/http-config/axios-interceptor-instance.ts | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/components/form/login.tsx b/components/form/login.tsx index 366ae56..3c2e914 100644 --- a/components/form/login.tsx +++ b/components/form/login.tsx @@ -95,7 +95,7 @@ export default function Login() { const resActivity = await saveActivity( { activityTypeId: 1, - url: "https://kontenhumas.com/auth", + url: "https://new-humas.polri.go.id/auth", userId: profile?.data?.data?.id, }, accessData?.id_token @@ -218,7 +218,7 @@ export default function Login() { const resActivity = await saveActivity( { activityTypeId: 1, - url: "https://kontenhumas.com/auth", + url: "https://new-humas.polri.go.id/auth", userId: profile?.data?.data?.id, }, accessData?.id_token diff --git a/components/landing/adds-carousel.tsx b/components/landing/adds-carousel.tsx index 3804ad5..5ceb796 100644 --- a/components/landing/adds-carousel.tsx +++ b/components/landing/adds-carousel.tsx @@ -133,7 +133,7 @@ export default function AddsCarousel() { // ) : ( //