Removed non-standard slash from BridgeController route

This commit is contained in:
Cyberboss
2020-12-27 11:21:38 -05:00
parent dd18c5253f
commit 4bf6095211
@@ -16,7 +16,7 @@ namespace Tgstation.Server.Host.Controllers
/// <summary>
/// <see cref="Controller"/> for recieving DMAPI requests from DreamDaemon.
/// </summary>
[Route("Bridge")]
[Route("/Bridge")]
[Produces(MediaTypeNames.Application.Json)]
[ApiController]
public class BridgeController : Controller