fix:humas landing -> mediahub & disestages url
This commit is contained in:
parent
89b2459065
commit
87d98098d9
|
|
@ -178,7 +178,7 @@ export default function MedolUpdate() {
|
|||
className="hover:shadow-xl hover:opacity-90"
|
||||
>
|
||||
<Link
|
||||
href={newsItem?.pageUrl.replace(
|
||||
href={newsItem?.pageUrl?.replace(
|
||||
"mediahub.polri.go.id/image",
|
||||
"mediahub.polri.go.id/in/image"
|
||||
)}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import axiosDisestagesInstance from "./disestages-instance";
|
||||
import axios from "axios";
|
||||
const baseURL = "https://staging.disestages.com/api";
|
||||
const baseURL = "https://new.disestages.com/api";
|
||||
|
||||
export async function httpPost(pathUrl: any, headers: any, data?: any) {
|
||||
const response = await axiosDisestagesInstance
|
||||
|
|
|
|||
Loading…
Reference in New Issue