This commit is contained in:
2020-07-26 22:05:42 -04:00
parent f2ca3419b0
commit 85d99d2615
4 changed files with 10 additions and 5 deletions

View File

@@ -17,8 +17,8 @@ namespace PartSource.Api.Controllers
/// <summary>
/// This controller exists to enable legacy support for the old Nexpart-based vehicle lookup.
/// </summary>
[Obsolete]
[Route("vehicles")]
[Route("v1/vehicles")]
[ApiController]
public class LegacyVehiclesController : BaseNexpartController
{