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 60c40a6 commit 7e53b0dCopy full SHA for 7e53b0d
app.js
@@ -11,7 +11,7 @@ const mongoUri = process.env.mongoUri
11
const httpsRedirect = process.env.httpsRedirect || false
12
13
//temporary backend url
14
-const phpBaseUrl = 'http://php-server-notes.std-1033.ist.mospolytech.ru/'
+const phpBaseUrl = 'https://php-server-notes.herokuapp.com/'
15
16
const app = express()
17
0 commit comments