source: src/main/java/it/finki/tinki/web/controller/WorkEditController.java@ bd38a55

Last change on this file since bd38a55 was bd38a55, checked in by Vzdra <vladko.zdravkovski@…>, 3 years ago

bugfix

  • Property mode set to 100644
File size: 261 bytes
Line 
1package it.finki.tinki.web.controller;
2
3import org.springframework.web.bind.annotation.RequestMapping;
4import org.springframework.web.bind.annotation.RestController;
5
6@RestController
7@RequestMapping(path = "/api/edit/work")
8public class WorkEditController {
9
10}
Note: See TracBrowser for help on using the repository browser.