Explorar o código

fix pemantauan

andi %!s(int64=2) %!d(string=hai) anos
pai
achega
f809f632cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,