summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_statics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_statics.c')
-rw-r--r--src/backend/taler-merchant-httpd_statics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_statics.c b/src/backend/taler-merchant-httpd_statics.c
index 48d00ce4..ea94d9bf 100644
--- a/src/backend/taler-merchant-httpd_statics.c
+++ b/src/backend/taler-merchant-httpd_statics.c
@@ -125,7 +125,7 @@ TMH_return_static (const struct TMH_RequestHandler *rh,
hc->infix);
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_NOT_FOUND,
- TALER_EC_ENDPOINT_UNKNOWN,
+ TALER_EC_GENERIC_ENDPOINT_UNKNOWN,
hc->infix);
}