Skip to content

Commit d1221f4

Browse files
committed
Update formHandler.mjs
1 parent e68e3b5 commit d1221f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

js/network/forms/formHandler.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ const server = http.createServer((request, response) => {
8787

8888
const start = function () {
8989
server.listen(PORT);
90-
console.log(`Listening on ${PORT}`);
90+
console.log(`Listening on ${PORT} try
91+
http://localhost:8000/form.html`);
9192
};
9293

9394
start();

0 commit comments

Comments
 (0)