I have figured it out!
Inside qa-base find line below:
$qa_request_map=is_array(@$QA_CONST_PATH_MAP) ? $QA_CONST_PATH_MAP : array();
And insert custom url in bracket as shown below:
('questions' => 'Your custom name',);
('ask' => 'Your custom name 2',);