Ignore:
Timestamp:
02/16/23 15:28:28 (17 months ago)
Author:
SazdovaEkaterina <sazdovaekaterina@…>
Branches:
main
Children:
7e3f2f7
Parents:
9ee306b
Message:

link to home and added headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/java/finki/paw5/web/controllers/PostController.java

    r9ee306b r6941fac  
    2828    }
    2929
    30     @GetMapping("create-post")
     30    @GetMapping("/create-post")
    3131    public String get(Model model) {
    3232        //TODO: vakvo ama za lista so pets
     
    3636    }
    3737
    38     @PostMapping("submit-post")
     38    @PostMapping("/submit-post")
    3939    public String savePost(@RequestParam(required = false) String name,
    4040                           @RequestParam String gender,
Note: See TracChangeset for help on using the changeset viewer.