File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
C/services/notification/include Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ using HttpServer = SimpleWeb::Server<SimpleWeb::HTTP>;
20
20
* URL for each API entry point
21
21
*/
22
22
#define ESCAPE_SPECIAL_CHARS " \\ {\\ }\\\"\\ (\\ )\\ !\\ [\\ ]\\ ^\\ $\\ .\\ |\\ ?\\ *\\ +\\ -"
23
- #define RECEIVE_NOTIFICATION " ^/notification/reading/asset/([A-Za-z ][a-zA-Z0-9_%\\ -\\ .]*)$"
23
+ #define RECEIVE_NOTIFICATION " ^/notification/reading/asset/([A-Za-z0-9 ][a-zA-Z0-9_%\\ -\\ .]*)$"
24
24
#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_%\\ -\\ .]*)$"
27
27
#define GET_NOTIFICATION_INSTANCES " ^/notification$"
28
28
#define GET_NOTIFICATION_DELIVERY " ^/notification/delivery$"
29
29
#define GET_NOTIFICATION_RULES " ^/notification/rules$"
You can’t perform that action at this time.
0 commit comments