sds
parent
8f2763d939
commit
69605ff135
|
|
@ -219,7 +219,7 @@ const Module_Ent_Message_Public = (props) => {
|
|||
|
||||
form.append("token", stored_cookie);
|
||||
|
||||
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Ent_Alert_Message/";
|
||||
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Published_Ent_Alert_Message/";
|
||||
|
||||
axios.post(myurl, form).then(res => {
|
||||
// console.log(" In Get_All_Ent_Message_Public res.data.status = " + res.data.status);
|
||||
|
|
|
|||
|
|
@ -369,8 +369,7 @@ function Student_Account_Ent() {
|
|||
const stored_cookie = getCookie('tokenmysych');
|
||||
form.append("token", stored_cookie);
|
||||
|
||||
|
||||
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Ent_Alert_Message/";
|
||||
var myurl = process.env.REACT_APP_API_URL + "myclass/api/Get_List_Published_Ent_Alert_Message/";
|
||||
|
||||
setLoading(true);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue