|
@@ -64,7 +64,7 @@ const getURL = () => {
|
|
const getAllPlate = () => {
|
|
const getAllPlate = () => {
|
|
return new Promise(async (resolve, reject) => {
|
|
return new Promise(async (resolve, reject) => {
|
|
postRequest(
|
|
postRequest(
|
|
- "http://localhost:5801/noauth/api/groupsforadmin",
|
|
|
|
|
|
+ "http://localhost:5802/noauth/api/groupsforadmin",
|
|
{
|
|
{
|
|
key: "tel#2024"
|
|
key: "tel#2024"
|
|
}
|
|
}
|
|
@@ -99,7 +99,7 @@ const getGroupUrl = async (checkPlate = []) => {
|
|
);
|
|
);
|
|
}, 5000);
|
|
}, 5000);
|
|
postRequest(
|
|
postRequest(
|
|
- "http://localhost:5801/noauth/api/listforadmin",
|
|
|
|
|
|
+ "http://localhost:5802/noauth/api/listforadmin",
|
|
parameters
|
|
parameters
|
|
)
|
|
)
|
|
.then(async res => {
|
|
.then(async res => {
|