Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2020-11-08 16:55:56 +01:00
parent 8ba148617a
commit a30c3af09c
10 changed files with 41 additions and 2 deletions

@ -37,7 +37,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
@RestController
@CrossOrigin
@RequestMapping("/api/" + App.API_VERSION + "/commisions")
@Api(tags = { "Commisions" }, value = "Commisions", description = "Commision is representation of student selected assignments at time. All assignments are attached to some commision so we can see current assignments and also browse histroy of changes for given user")
@Api(tags = { "Commisions" }, value = "Commisions", description = "Commision is representation of student selected assignments at time. All assignments are attached to some commision so we can see current assignments and also browse history of changes for given user")
public class CommisionController extends TokenBasedController {
@Autowired