mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 23:52:36 +01:00
Removed non-standard slash from BridgeController route
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user