Skip to content
Snippets Groups Projects
Commit d13d1d1b authored by sveseli's avatar sveseli
Browse files

introduce stat file route

parent 495e99da
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,15 @@ class FileRouteDescriptor:
'method' : ['POST']
},
# Stat file
{
'name' : 'statFile',
'path' : '%s/files/statFile' % contextRoot,
'controller' : fileSessionController,
'action' : 'statFile',
'method' : ['POST']
},
]
return routes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment