File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
C/services/notification/include Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ 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
25
#define RECEIVE_STATS_NOTIFICATION " ^/notification/reading/stat/([A-Za-z][a-zA-Z0-9_%\\ -\\ .]*)$"
26
26
#define RECEIVE_STATS_RATE_NOTIFICATION " ^/notification/reading/rate/([A-Za-z][a-zA-Z0-9_%\\ -\\ .]*)$"
You can’t perform that action at this time.
0 commit comments