We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a59c8 commit e7cb750Copy full SHA for e7cb750
blog/25-07-24/http-server/ex/login-server.js
@@ -21,7 +21,7 @@
21
22
var txt;
23
var code = 200;
24
- switch(oath){
+ switch(path){
25
26
case 'home.html' : txt=html.home; break;
27
case 'login.html' : txt=html.login; break;
0 commit comments