summaryrefslogtreecommitdiff
path: root/rest-api-templates/rest_handler.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api-templates/rest_handler.mustache')
-rw-r--r--rest-api-templates/rest_handler.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-api-templates/rest_handler.mustache b/rest-api-templates/rest_handler.mustache
index ceff6a72d..baa1aa65d 100644
--- a/rest-api-templates/rest_handler.mustache
+++ b/rest-api-templates/rest_handler.mustache
@@ -31,7 +31,7 @@ static struct stasis_rest_handlers {{full_name}} = {
.callbacks = {
{{#operations}}
{{#is_req}}
- [{{c_http_method}}] = ast_ari_{{c_nickname}}_cb,
+ [{{c_http_method}}] = ast_ari_{{c_name}}_{{c_nickname}}_cb,
{{/is_req}}
{{/operations}}
},