1
This commit is contained in:
parent
7781056c57
commit
35a1119ac2
@ -84,7 +84,7 @@ namespace asg_form.Controllers
|
||||
}
|
||||
|
||||
[Route("api/v1/Task")]
|
||||
[HttpPost]
|
||||
[HttpGet]
|
||||
[Authorize]
|
||||
public async Task<ActionResult<object>> CekTask([FromQuery] long userid)
|
||||
{
|
||||
@ -101,7 +101,7 @@ namespace asg_form.Controllers
|
||||
}
|
||||
|
||||
[Route("api/v1/admin/Task/Done")]
|
||||
[HttpPost]
|
||||
[HttpGet]
|
||||
[Authorize]
|
||||
public async Task<ActionResult<object>> FinishTask([FromQuery] long userid)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user