format incoming separators

This commit is contained in:
yggverse 2024-04-27 02:45:21 +03:00
parent f410f82e10
commit 4b35cd91a7

View File

@ -120,7 +120,9 @@ $server->setHandler(
],
DIRECTORY_SEPARATOR,
trim(
$request->getPath()
str_replace(
'\\', '/', $request->getPath()
)
)
);