Skip to content

Commit f881330

Browse files
committed
add legacy route
1 parent f01680c commit f881330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rubberduckvba.Server/Api/Tags/TagsController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public TagsController(CacheService cache, IRubberduckDbService db, ILogger<TagsC
2121
/// <summary>
2222
/// Gets information about the latest release tags.
2323
/// </summary>
24+
[HttpGet("api/v1/public/tags")] // legacy route
2425
[HttpGet("tags/latest")]
2526
[AllowAnonymous]
2627
public IActionResult Latest()

0 commit comments

Comments
 (0)