Compare commits
2 Commits
32a29160cb
...
28402205f2
| Author | SHA1 | Date | |
|---|---|---|---|
| 28402205f2 | |||
| 26d087c59c |
@@ -3,5 +3,5 @@ PORT=5000
|
||||
DB_NAME=unreal_amogus
|
||||
DB_USER=postgres
|
||||
DB_PASSWD=amogus_life_420
|
||||
DB_HOST=192.168.192.150
|
||||
DB_PORT=5432
|
||||
DB_HOST=192.168.192.150
|
||||
|
||||
@@ -41,5 +41,5 @@ app.listen(PORT, () => {
|
||||
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.send('Welcome to the homepage!');
|
||||
res.send('Welcome to the homepage');
|
||||
});
|
||||
Reference in New Issue
Block a user