source: Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/CreatePostController.java@ 1bd0a56

main
Last change on this file since 1bd0a56 was cfc3e81, checked in by Filip Chorbeski <86695898+FilipChorbeski@…>, 19 months ago

Created html and controller for post

  • Property mode set to 100644
File size: 233 bytes
Line 
1package finki.paw5.web.controllers;
2
3import org.springframework.stereotype.Controller;
4import org.springframework.web.bind.annotation.RequestMapping;
5
6@Controller
7@RequestMapping("/CreatePost")
8public class CreatePostController {
9
10}
Note: See TracBrowser for help on using the repository browser.