Skip to content

Commit

Permalink
refactor: ApiMain 클래스 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 20, 2024
1 parent 2101550 commit e05f27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.few
package com.few.api

import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.runApplication
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.few.api.web.controller

import com.few.ApiMain
import com.few.api.ApiMain
import com.few.api.web.handler.ApiControllerExceptionHandler
import org.junit.jupiter.api.extension.ExtendWith
import org.springframework.beans.factory.annotation.Autowired
Expand Down

0 comments on commit e05f27f

Please sign in to comment.