Rename http clients/servers to singular language: client/server

This commit is contained in:
Eli Bendersky
2022-09-22 13:44:25 -07:00
parent cc804d764b
commit 840541a6bd
14 changed files with 396 additions and 310 deletions

2
public/context generated
View File

@@ -9,7 +9,7 @@
onkeydown = (e) => {
if (e.key == "ArrowLeft") {
window.location.href = 'http-servers';
window.location.href = 'http-server';
}