add new features and optimizations to simulation and builder modules
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let url_Backend_dwinzo = `http://${process.env.REACT_APP_SERVER_REST_API_BASE_URL}`;
|
||||
|
||||
export const signIn = async (email: string, password: Object, organization: Object) => {
|
||||
export const signInApi = async (email: string, password: Object, organization: Object) => {
|
||||
try {
|
||||
const response = await fetch(`${url_Backend_dwinzo}/api/v1/login`, {
|
||||
method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user