forked from AcaMate/AcaMate_API
Merge remote-tracking branch 'origin/main'
# Conflicts: # Program/V1/Controllers/AppController.cs
This commit is contained in:
commit
5994c9dc2f
|
@ -152,6 +152,8 @@ public class AppController : ControllerBase
|
|||
}
|
||||
}
|
||||
|
||||
// 스웨거는 퍼블릭으로 선언된걸 죄다 API로 인식하는 경향이 있음
|
||||
// 방법은 private 같이 접근 제한자를 변경하거나 [NonAction]을 붙여주면 됨
|
||||
[NonAction]
|
||||
private string KeyGenerator(string combineText)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user