Skip to content

Commit

Permalink
chore: 사이드바에 안 보이게
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Mar 16, 2024
1 parent f46c512 commit ebfa075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/operations/problem/level.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ namespace GetProblemsCountGroupByLevel {
@statusCode status: 200;
items: LevelEntry[];
}

@extension(XInternal, true)
model LevelEntry {
level: ProblemLevel;

Expand Down
2 changes: 2 additions & 0 deletions src/operations/search/problem.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ namespace SearchProblem {
/**
* 검색 결과 정렬 방향
*/
@extension(XInternal, true)
enum QueryDirection {
Ascend: "asc",
Descend: "desc",
Expand All @@ -79,6 +80,7 @@ namespace SearchProblem {
/**
* 검색 결과 정렬 기준
*/
@extension(XInternal, true)
enum QuerySort {
BojId: "id",
Level: "level",
Expand Down

0 comments on commit ebfa075

Please sign in to comment.