Merged PR 728: basic search endppint missing slash
basic search endppint missing slash Related work items: #7206
This commit is contained in:
+2
-2
@@ -119,7 +119,7 @@ export const getBasicSearch = (searchString) => {
|
||||
return axios
|
||||
.get(
|
||||
BASE_URL +
|
||||
"api/endpoint/getbasicsearch_api?searchString=" +
|
||||
"/api/endpoint/getbasicsearch_api?searchString=" +
|
||||
searchString
|
||||
)
|
||||
.then((res) => {
|
||||
@@ -648,7 +648,7 @@ export const updateAccount = async (contactId, updateBody) => {
|
||||
|
||||
export const createWatchedCases = (formValues) => {
|
||||
var data = formValues;
|
||||
var queryUrl = window.apiRoot + "api/endpoint/createwatchedcases_api";
|
||||
var queryUrl = window.apiRoot + "/api/endpoint/createwatchedcases_api";
|
||||
|
||||
console.log(queryUrl);
|
||||
var config = {
|
||||
|
||||
Reference in New Issue
Block a user