Skip to content

Commit f2e4b3d

Browse files
committed
Fixed bean naming.
1 parent 34e1b84 commit f2e4b3d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/prebid/server/spring/config/server/application/ApplicationServerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ VideoHandler openrtbVideoHandler(
303303

304304
@Bean
305305
@ConditionalOnProperty(value = "video.enable-deprecated-endpoint", havingValue = "false", matchIfMissing = true)
306-
ApplicationResource deprecatedAuctionResource() {
306+
ApplicationResource deprecatedOpenrtbVideoHandler() {
307307
return new DeprecatedResource(
308308
"The video endpoint is deprecated and will be removed in 5.0." +
309309
" You may re-enable it via [video.enable-deprecated-endpoint]",

src/main/resources/application.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ auction:
131131
category-mapping-enabled: false
132132
strict-app-site-dooh: true
133133
video:
134+
enable-deprecated-endpoint: false
134135
stored-request-required: false
135136
stored-requests-timeout-ms: 90
136137
event:

0 commit comments

Comments
 (0)