Skip to content

Commit 2442e9c

Browse files
committed
Update
1 parent fb14906 commit 2442e9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/core/services/config-service/api.enpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from '../../models/organization.model';
99
import { SearchingUser } from '../../models/user.models';
1010

11-
export const version = '/v1';
11+
export const version = '';
1212

1313
export const API_CONFIG = {
1414
BASE_URLS: {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: true,
3-
IP_SERVER: '/api',
3+
IP_SERVER: '',
44
};

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: false,
3-
IP_SERVER: '/api',
3+
IP_SERVER: '',
44
};

0 commit comments

Comments
 (0)