Skip to content

Commit 946df10

Browse files
committed
feat(pentest-sidebar): enhance sidebar component with improved pentest selection and loading states
1 parent aea4139 commit 946df10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "7.1.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve --host 0.0.0.0",
6+
"start": "ng serve --host 0.0.0.0 --disable-host-check",
77
"build": "ng build --prod --base-href /",
88
"test": "ng test",
99
"lint": "ng lint",

frontend/src/environments/environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
export 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',

0 commit comments

Comments
 (0)