forked from ddrilling/AsbCloudServer
remove permissions from wireline telemetryController
This commit is contained in:
parent
923d2866b0
commit
5de01e5b5d
@ -61,7 +61,7 @@ namespace AsbCloudWebApi.Controllers.SAUB
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpGet("{idWell}")]
|
[HttpGet("{idWell}")]
|
||||||
[Permission]
|
//[Permission]
|
||||||
public virtual async Task<ActionResult<TDto>> GetDataAsync(
|
public virtual async Task<ActionResult<TDto>> GetDataAsync(
|
||||||
int idWell,
|
int idWell,
|
||||||
CancellationToken token = default)
|
CancellationToken token = default)
|
||||||
|
Loading…
Reference in New Issue
Block a user