Rename http clients/servers to singular language: client/server
This commit is contained in:
2
public/context
generated
2
public/context
generated
@@ -9,7 +9,7 @@
|
||||
onkeydown = (e) => {
|
||||
|
||||
if (e.key == "ArrowLeft") {
|
||||
window.location.href = 'http-servers';
|
||||
window.location.href = 'http-server';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user