Commit fc47ce29 authored by Boris Kocherov's avatar Boris Kocherov

change /Control_Panel/timer_service/process_timer to /timer_service/process_timer

parent c53b7afd
......@@ -149,7 +149,7 @@ class TimerRequest(HTTPRequest):
env['REMOTE_ADDR'] = ''
env['GATEWAY_INTERFACE'] = 'CGI/1.1'
env['PATH_INFO']= '/Control_Panel/timer_service/process_timer'
env['PATH_INFO']= '/timer_service/process_timer'
return env
def clone(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment