Browse Source

Improve validation.

pull/593/head 5.1.1
Sebastian 5 years ago
parent
commit
89b02fe964
  1. 2
      backend/src/Squidex.Web/FileExtensions.cs

2
backend/src/Squidex.Web/FileExtensions.cs

@ -5,10 +5,10 @@
// All rights reserved. Licensed under the MIT license.
// ==========================================================================
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNetCore.Http;
using Squidex.Infrastructure.Assets;
using Squidex.Infrastructure.Translations;
using Squidex.Infrastructure.Validation;
namespace Squidex.Web
{

Loading…
Cancel
Save