Skip to content

Commit

Permalink
Merge pull request #259 from boostcampwm2023/feat/258-purchase-design…
Browse files Browse the repository at this point in the history
…-api-modify

[Chore] 유료 디자인 enum 수정
  • Loading branch information
JoonSoo-Kim authored Dec 11, 2023
2 parents 9f76790 + 0245348 commit 3248e48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BE/src/utils/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ export enum providerEnum {

export enum domainEnum {
GROUND = "ground",
SKY = "sky",
}

export enum designEnum {
GROUND_GREEN = "#254117",
GROUND_MOCHA = "#493D26",
GROUND_2D = "ground_2d",
}

0 comments on commit 3248e48

Please sign in to comment.