Fix a bug in the users path

This commit is contained in:
Timothy Baldridge 2020-01-18 15:24:55 -07:00
parent 6969a531e2
commit 72977ec0b3

View File

@ -38,7 +38,7 @@ namespace Wabbajack.BuildServer.Controllers
}
[HttpGet]
[Route("/export")]
[Route("export")]
public async Task<string> Export()
{
if (!Directory.Exists("exported_users"))