Parcourir la source

fix pemantauan

andi il y a 2 ans
Parent
commit
f809f632cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      actions/log.js

+ 1 - 1
actions/log.js

@@ -3,7 +3,7 @@ import axios2 from "axios";
 
 export const getLog = async (token, laporan_id) => {
 	try {
-		let url = `/pemantauan/${laporan_id}`;
+		let url = `/pemantauan/${laporan_id}?all=true`;
 		const res = await axios.get(url, {
 			headers: {
 				Authorization: token,