File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/app-module/shared/services Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export class UtmModuleCollectorService {
3939 }
4040
4141 groups ( collectorId : string ) : Observable < HttpResponse < UtmModuleGroupType [ ] > > {
42- return this . http . get < UtmModuleGroupType [ ] > ( `${ this . resourceUrl } /${ collectorId } /groups` , { observe : 'response' } ) ;
42+ return this . http . get < UtmModuleGroupType [ ] > ( `${ this . resourceUrl } /${ collectorId } /module- groups` , { observe : 'response' } ) ;
4343 }
4444
4545 getCollectorGroupConfig ( groups : UtmModuleGroupType [ ] , collectors : UtmModuleCollectorType [ ] ) {
Original file line number Diff line number Diff line change 44
55export const environment = {
66 production : false ,
7- SERVER_API_URL : 'https://192.168.1.18/' ,
8- // SERVER_API_URL: 'http://localhost:8080/',
7+ // SERVER_API_URL: 'https://192.168.1.18/',
8+ SERVER_API_URL : 'http://localhost:8080/' ,
99 SERVER_API_CONTEXT : '' ,
1010 SESSION_AUTH_TOKEN : window . location . host . split ( ':' ) [ 0 ] . toLocaleUpperCase ( ) ,
1111 WEBSOCKET_URL : '//localhost:8080' ,
You can’t perform that action at this time.
0 commit comments