## Summary of request There is a short list of classes that have `@Profile` annotations but should always be included. We should remove this annotation to simplify. ## Details - `DownloadController` - `UploadController` These have the following annotation: `@Profile({"prod", "default", "debug"})` `default` is always included. `prod` and `debug` being added change nothing. These are always wanted on the server.