Browse Source

Headers fixed.

pull/239/head
Sebastian Stehle 8 years ago
parent
commit
530deb0406
  1. 6
      src/Squidex.Domain.Apps.Entities.MongoDb/Assets/Visitors/FindExtensions.cs
  2. 5
      src/Squidex/Areas/Api/Config/Swagger/ODataQueryParamsProcessor.cs

6
src/Squidex.Domain.Apps.Entities.MongoDb/Assets/Visitors/FindExtensions.cs

@ -1,10 +1,10 @@
// ==========================================================================
// FindExtensions.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ==========================================================================
using System;
using System.Collections.Generic;
using Microsoft.OData.UriParser;

5
src/Squidex/Areas/Api/Config/Swagger/ODataQueryParamsProcessor.cs

@ -1,9 +1,8 @@
// ==========================================================================
// AddODataQueryParams.cs
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex Group
// All rights reserved.
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ==========================================================================
using System.Threading.Tasks;

Loading…
Cancel
Save