File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/modules/shared/models Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ export interface Project {
66 description ?: string ;
77 project_type_id ?: string ;
88 search_field ?: string ;
9- status ?: any ;
109 technologies ?: string [ ] ;
10+ status ?: any ;
1111}
1212
1313export interface ProjectUI {
@@ -18,8 +18,8 @@ export interface ProjectUI {
1818 description ?: string ;
1919 project_type_id ?: string ;
2020 search_field ?: string ;
21- status ?: any ;
2221 technologies ?: string [ ] ;
22+ status ?: any ;
2323 key ?: string ;
2424 btnColor ?: string ;
2525 btnIcon ?: string ;
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import * as keys from './keys';
66export const environment = {
77 production : false ,
88 timeTrackerApiUrl : 'https://timetracker-api.azurewebsites.net' ,
9- // timeTrackerApiUrl: 'https://127.0.0.1:5000',
109 stackexchangeApiUrl : 'https://api.stackexchange.com' ,
1110} ;
1211
You can’t perform that action at this time.
0 commit comments