Skip to content

Commit

Permalink
Update entry URL to '/compose'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemal Ruparelia committed Jun 13, 2024
1 parent bb724ae commit fa8da14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function createMainWindow() {
mainWindow.loadURL('http://localhost:3000/new');
mainWindow.webContents.openDevTools();
} else {
mainWindow.loadURL('https://www.mediref.com.au/new');
mainWindow.loadURL('https://www.mediref.com.au/compose');
}
setMenu(app);

Expand Down

0 comments on commit fa8da14

Please sign in to comment.