Skip to content

Commit ed4083c

Browse files
committed
#2255 set route tag to get rout in datasetout controller
1 parent d3523f0 commit ed4083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/BExIS.Web.Shell/Areas/DIM/BExIS.Modules.Dim.UI/Controllers/API/DatasetOutController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class DatasetOutController : ApiController
4747
/// </summary>
4848
[BExISApiAuthorize]
4949
[HttpGet]
50-
[Route("")]
50+
[GetRoute("")]
5151
[ResponseType(typeof(ApiSimpleDatasetModel))]
5252
public IEnumerable<ApiSimpleDatasetModel> Get()
5353
{

0 commit comments

Comments
 (0)