1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

fix get url

This commit is contained in:
Damodar Lohani 2021-08-24 15:36:45 +05:45
parent c81ee72c7e
commit 218b332b0f

View file

@ -104,7 +104,7 @@ App::init(function ($utopia, $request, $response, $project, $user, $events, $aud
->setParam('httpRequest', 1)
->setParam('httpUrl', $request->getHostname().$request->getURI())
->setParam('httpMethod', $request->getMethod())
->setParam('httpPath', $route->getURL())
->setParam('httpPath', $route->getPath())
->setParam('networkRequestSize', 0)
->setParam('networkResponseSize', 0)
->setParam('storage', 0)