Merge branch 'feat/infer_dev_260107' of https://10.100.0.10:3210/dabeeo/kamco-dabeeo-backoffice into feat/infer_dev_260107
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
package com.kamco.cd.kamcoback.members;
|
|
||||||
|
|
||||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
|
|
||||||
@Tag(name = "관리자 관리", description = "관리자 관리 API")
|
|
||||||
@RestController
|
|
||||||
@RequestMapping("/api/members")
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
public class AdminApiController {}
|
|
||||||
Reference in New Issue
Block a user