Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mosazhaw committed Nov 27, 2024
1 parent 6fac14d commit c1f9307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const HOST = '0.0.0.0';
// App
const app = express();
app.get('/', (req, res) => {
res.send(':-))) Hello FS2025 DevOps Course! :-))) [Azure]');
res.send('(-: Hello FS2025 DevOps Course! :-)');
});

app.listen(PORT, HOST);
Expand Down

0 comments on commit c1f9307

Please sign in to comment.