yazid138 3 년 전
부모
커밋
16da5b723f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      actions/notifikasi.js

+ 1 - 1
actions/notifikasi.js

@@ -1,6 +1,6 @@
 import { get, post } from "@/config/request";
 import axios from "axios";
-const url = "http://localhost:1880";
+const url = "http://rule.sidali.sixsenz.net";
 
 export const notifLaporanBaru = async (data) => {
 	try {