mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Remove newline.
This commit is contained in:
parent
bbc84a222d
commit
0ea7aca20c
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ public class Constants {
|
|||
else if (key.startsWith("frontend."))
|
||||
frontendProperties.put(StringUtils.substringAfter(key, "frontend."), value);
|
||||
});
|
||||
|
||||
frontendProperties.put("proxyUrl", PROXY_PART);
|
||||
|
||||
// transform hibernate properties for legacy configurations
|
||||
|
|
Loading…
Reference in a new issue