Skip to content

Commit 4f06b8c

Browse files
Delete obsolete message
1 parent 612e00f commit 4f06b8c

File tree

1 file changed

+0
-5
lines changed
  • 14/umbraco-cms/reference/cache/examples

1 file changed

+0
-5
lines changed

14/umbraco-cms/reference/cache/examples/tags.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,13 @@ Now you can inject `ICacheTagService` in any constructor in your project - wohoo
108108

109109
Now that we have our service it's time to create an endpoint where we can fetch the (cached) tags.
110110

111-
{% hint style="warning" %}
112-
The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
113-
{% endhint %}
114-
115111
```csharp
116112
using System;
117113
using System.Collections.Generic;
118114
using Microsoft.AspNetCore.Mvc;
119115
using Doccers.Core.Services;
120116
using Umbraco.Cms.Core.Models;
121117

122-
123118
namespace Doccers.Core.Controllers.Api;
124119

125120
[ApiController]

0 commit comments

Comments
 (0)