From cdfc8171036f52d8b69861125e7a05a9b7314a2c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 13 Jan 2023 21:08:01 +0300 Subject: Mastodon API: posting and minor fixes to make Tusky happy --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7a7ddce0..16da22e6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,3 +11,4 @@ spring.cache.type=simple spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles spring.profiles.active=@activatedProperties@ springdoc.swagger-ui.path=/api/swagger-ui.html +server.forward-headers-strategy=framework -- cgit v1.2.3