Class AdminPatchController

    • Constructor Detail

      • AdminPatchController

        public AdminPatchController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • addPatchnote

        @PostMapping("/addPatchnote.do")
        public org.springframework.http.ResponseEntity<PatchnoteEntity> addPatchnote​(@RequestBody
                                                                                     PatchnoteDTO patchnoteDTO)
                                                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • updatePatchnote

        @PutMapping("/updatePatchnote.do")
        public org.springframework.http.ResponseEntity<PatchnoteEntity> updatePatchnote​(@RequestBody
                                                                                        PatchnoteDTO patchnoteDTO)
                                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception