Improved code style

This commit is contained in:
Michael 2025-01-06 22:15:41 +00:00
parent 8e76d13a96
commit e090fd4495
6 changed files with 29 additions and 30 deletions

View file

@ -237,7 +237,7 @@ abstract class BaseModule implements ICanHandleRequests
case Router::GET:
$this->get($request);
break;
}
}
$timestamp = microtime(true);
// "rawContent" is especially meant for technical endpoints.