This commit is contained in:
Valeria Fadeeva 2024-02-09 13:52:29 +05:00
parent 681b2c78b7
commit d1eeaa0ff6
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@ switch (query) {
bodyFetch(query);
break;
case "/reading":
bodyFetch(query);
break;
default:
bodyFetch();
}