We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b9635 commit 2e2e626Copy full SHA for 2e2e626
app/src/helperFunctions/auth.ts
@@ -1,5 +1,5 @@
1
const isDev = process.env.NODE_ENV === 'development';
2
-let serverURL = 'http://reactype.heroku.com';
+let serverURL = 'https://reactype.herokuapp.com';
3
if (isDev) {
4
serverURL = 'http://localhost:5000';
5
}
app/src/helperFunctions/projectGetSave.ts
0 commit comments