mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix a bug in the users path
This commit is contained in:
parent
6969a531e2
commit
72977ec0b3
@ -38,7 +38,7 @@ namespace Wabbajack.BuildServer.Controllers
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[Route("/export")]
|
||||
[Route("export")]
|
||||
public async Task<string> Export()
|
||||
{
|
||||
if (!Directory.Exists("exported_users"))
|
||||
|
Loading…
Reference in New Issue
Block a user