Skip to content

Commit 540c20a

Browse files
committed
FOGL-7697: Updated regular expression for RECEIVE_STATS_NOTIFICATION & RECEIVE_STATS_RATE_NOTIFICATION
Signed-off-by: nandan <[email protected]>
1 parent cd4b4b2 commit 540c20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

C/services/notification/include/notification_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ using HttpServer = SimpleWeb::Server<SimpleWeb::HTTP>;
2222
#define ESCAPE_SPECIAL_CHARS "\\{\\}\\\"\\(\\)\\!\\[\\]\\^\\$\\.\\|\\?\\*\\+\\-"
2323
#define RECEIVE_NOTIFICATION "^/notification/reading/asset/([A-Za-z0-9][a-zA-Z0-9_%\\-\\.]*)$"
2424
#define RECEIVE_AUDIT_NOTIFICATION "^/notification/reading/audit/([A-Za-z][a-zA-Z0-9_%\\-\\.]*)$"
25-
#define RECEIVE_STATS_NOTIFICATION "^/notification/reading/stat/([A-Za-z][a-zA-Z0-9_%\\-\\.]*)$"
26-
#define RECEIVE_STATS_RATE_NOTIFICATION "^/notification/reading/rate/([A-Za-z][a-zA-Z0-9_%\\-\\.]*)$"
25+
#define RECEIVE_STATS_NOTIFICATION "^/notification/reading/stat/([A-Za-z0-9][a-zA-Z0-9_%\\-\\.]*)$"
26+
#define RECEIVE_STATS_RATE_NOTIFICATION "^/notification/reading/rate/([A-Za-z0-9][a-zA-Z0-9_%\\-\\.]*)$"
2727
#define GET_NOTIFICATION_INSTANCES "^/notification$"
2828
#define GET_NOTIFICATION_DELIVERY "^/notification/delivery$"
2929
#define GET_NOTIFICATION_RULES "^/notification/rules$"

0 commit comments

Comments
 (0)