This commit is contained in:
Valeria Fadeeva 2025-02-06 14:00:58 +05:00
parent c0d4cbe8d1
commit b582655ca7
1 changed files with 20 additions and 0 deletions

View File

@ -86,6 +86,26 @@ switch (query) {
bodyFetch(query);
break;
case "/help":
bodyFetch("/cooperation");
break;
case "/doc":
bodyFetch("/cooperation");
break;
case "/docs":
bodyFetch("/cooperation");
break;
case "/wiki":
bodyFetch("/cooperation");
break;
case "/issue":
bodyFetch("/cooperation");
break;
case "/cooperation":
bodyFetch(query);
break;