API web services
This commit is contained in:
parent
67787dab34
commit
b11a943885
7 changed files with 259 additions and 97 deletions
7
src/api/06_webservices/api.webservices.ts
Normal file
7
src/api/06_webservices/api.webservices.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import env from "../index";
|
||||
|
||||
const apiKey = `${env.API_URI}/org/apiKey`;
|
||||
|
||||
export default {
|
||||
apiKeyMain: apiKey,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue