Skip to content

Commit

Permalink
POC for future of softphone
Browse files Browse the repository at this point in the history
  • Loading branch information
numberjs committed Aug 23, 2024
1 parent e0d251a commit 550b932
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
*.sw?
8 changes: 6 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ function createWindow () {
})

// and load the index.html of the app.
mainWindow.loadFile('index.html')

// mainWindow.loadFile('index.html')
//mainWindow.loadURL('https://dragonwrench.s3-us-west-2.amazonaws.com/index.html');
mainWindow.loadURL('https://dragonwrench.awsapps.com/connect/ccp-v2/softphone');
//mainWindow.loadURL('https://guitaralgorithms.my.connect.aws/ccp-v2/softphone');
//mainWindow.loadURL('http://192.168.1.74/crypto/');
//mainWindow.loadURL('http://localhost:4567/connect');
// Open the DevTools.
// mainWindow.webContents.openDevTools()
}
Expand Down

0 comments on commit 550b932

Please sign in to comment.