Compare commits

...

2 Commits

Author SHA1 Message Date
28402205f2 02.02 2025-02-02 15:40:23 +09:00
26d087c59c 02.02 2025-02-02 15:40:05 +09:00
3 changed files with 3 additions and 3 deletions

View File

@@ -3,5 +3,5 @@ PORT=5000
DB_NAME=unreal_amogus DB_NAME=unreal_amogus
DB_USER=postgres DB_USER=postgres
DB_PASSWD=amogus_life_420 DB_PASSWD=amogus_life_420
DB_HOST=192.168.192.150
DB_PORT=5432 DB_PORT=5432
DB_HOST=192.168.192.150

View File

@@ -41,5 +41,5 @@ app.listen(PORT, () => {
app.get('/', (req, res) => { app.get('/', (req, res) => {
res.send('Welcome to the homepage!'); res.send('Welcome to the homepage');
}); });