autowp/autowp-frontend

View on GitHub
src/environments/environment.prod.ts

Summary

Maintainability
D
1 day
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export const environment = {
apiUrl: '/api/',
grpcHost: '',
keycloak: {
clientId: 'frontend',
Severity: Major
Found in src/environments/environment.prod.ts and 1 other location - About 1 day to fix
src/environments/environment.dev.ts on lines 1..82
Category
Status