Allow SUBSCRIBER to delete herself.

This commit is contained in:
stephb9959
2022-03-08 11:44:13 -08:00
parent d1ee91d78d
commit 21fb969c57

View File

@@ -79,7 +79,7 @@ namespace OpenWifi {
RESTAPI_totp_handler,
RESTAPI_subtotp_handler,
RESTAPI_validate_sub_token_handler,
RESTAPI_validate_token_handler
RESTAPI_validate_token_handler,
RESTAPI_signup_handler
>(Path, Bindings, L, S, TransactionId);
}