Image added (#434)
* Image added * ImageMaximumBytes * FileController remove Authorized * ApplicationCore.Constants.AuthorizationConstants.AUTH_KEY * SavePicture in the interface. * IFileSystem in Core * WebFileSystem in Infrastructure * PictureUri removed from UpdateCatalogItemRequest * Modal scroll fix
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
|
||||
public static string GetWebUrl(bool inDocker) =>
|
||||
inDocker ? DOCKER_WEB_URL : WEB_URL;
|
||||
|
||||
public static string GetWebUrlInternal(bool inDocker) =>
|
||||
inDocker ? DOCKER_WEB_URL.Replace("localhost", "host.docker.internal") : WEB_URL;
|
||||
|
||||
public static string GetOriginWebUrl(bool inDocker) =>
|
||||
GetWebUrl(inDocker).TrimEnd('/');
|
||||
|
||||
Reference in New Issue
Block a user