mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-06 13:31:17 +02:00
Remove newline.
This commit is contained in:
parent
bbc84a222d
commit
0ea7aca20c
@ -135,7 +135,6 @@ public class Constants {
|
|||||||
else if (key.startsWith("frontend."))
|
else if (key.startsWith("frontend."))
|
||||||
frontendProperties.put(StringUtils.substringAfter(key, "frontend."), value);
|
frontendProperties.put(StringUtils.substringAfter(key, "frontend."), value);
|
||||||
});
|
});
|
||||||
|
|
||||||
frontendProperties.put("proxyUrl", PROXY_PART);
|
frontendProperties.put("proxyUrl", PROXY_PART);
|
||||||
|
|
||||||
// transform hibernate properties for legacy configurations
|
// transform hibernate properties for legacy configurations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user