Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Apr 24, 2024
1 parent 5711ea2 commit 6b0c22f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gsad_http_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,7 @@ make_url_handlers ()
url_handler_add_func (url_handlers, "^/robots\\.txt$", handle_static_file);

url_handler_add_func (url_handlers, "^/config\\.*js$", handle_static_config);
url_handler_add_func (url_handlers, "^/assets/.+$",
handle_static_file);
url_handler_add_func (url_handlers, "^/assets/.+$", handle_static_file);
url_handler_add_func (url_handlers, "^/manual/.+$", handle_static_file);

// Create /gmp handler.
Expand Down

0 comments on commit 6b0c22f

Please sign in to comment.