Skip to content

Commit

Permalink
refactor: 주석 제거 #241
Browse files Browse the repository at this point in the history
  • Loading branch information
hyohyo12 committed Dec 5, 2024
1 parent 6315b57 commit a5f21b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion backend/src/common/consts/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// Todo. 오브젝트 스토리지에 실제 이미지 저장 후 수정
export const DEFAULT_THUMBNAIL_URL =
'https://kr.object.ncloudstorage.com/ogil-public/post/uploads/35af1797a54a.jpg';
1 change: 0 additions & 1 deletion backend/src/course/entity/Course.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { PlaceInCourseNotFoundException } from '@src/course/exception/PlaceInCou

@Entity()
export class Course extends BaseEntity {
// Todo. 오브젝트 스토리지에 실제 이미지 저장 후 수정
public static readonly DEFAULT_THUMBNAIL_URL =
'https://kr.object.ncloudstorage.com/ogil-public/post/uploads/35af1797a54a.jpg';

Expand Down
1 change: 0 additions & 1 deletion backend/src/map/entity/Map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { PlaceInMapNotFoundException } from '@src/map/exception/PlaceInMapNotFou

@Entity()
export class Map extends BaseEntity {
// Todo. 오브젝트 스토리지에 실제 이미지 저장 후 수정
public static readonly DEFAULT_THUMBNAIL_URL =
'https://kr.object.ncloudstorage.com/ogil-public/post/uploads/35af1797a54a.jpg';

Expand Down

0 comments on commit a5f21b3

Please sign in to comment.