Skip to content

Commit e7cb750

Browse files
save file
1 parent a4a59c8 commit e7cb750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/25-07-24/http-server/ex/login-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
var txt;
2323
var code = 200;
24-
switch(oath){
24+
switch(path){
2525

2626
case 'home.html' : txt=html.home; break;
2727
case 'login.html' : txt=html.login; break;

0 commit comments

Comments
 (0)