fixing api
This commit is contained in:
parent
f0c4af2c48
commit
374445f686
5 changed files with 26 additions and 10 deletions
7
src/api/api.sso.ts
Normal file
7
src/api/api.sso.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import env from "./index";
|
||||
const sso = `${env.API_SSO}`;
|
||||
// const log = `${env.API_URI}/log`;
|
||||
|
||||
export default {
|
||||
sso,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue