forked from Gitlink/forgeplus-react
11 lines
333 B
JavaScript
11 lines
333 B
JavaScript
|
|
import javaFetch from '../../javaFetch';
|
|
|
|
const developUrl = "https://test-search.trustie.net";
|
|
const testUrl = "https://test-search.trustie.net";
|
|
const productUrl = "https://wiki-api.trustie.net";
|
|
|
|
|
|
const { service, actionUrl } = javaFetch(productUrl, testUrl, developUrl);
|
|
export const httpUrl = actionUrl;
|
|
export default service; |