-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: jungjkim <[email protected]> Co-authored-by: yes-ee <[email protected]>
- Loading branch information
1 parent
84bbda5
commit 717da13
Showing
11 changed files
with
64 additions
and
185 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../pingpong/api/PingpongApiApplication.java → .../main/java/gg/PingpongApiApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...ong-api/src/main/java/gg/party/api/admin/category/controller/CategoryAdminController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.admin.category.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class CategoryAdminController { | ||
} |
7 changes: 7 additions & 0 deletions
7
...gpong-api/src/main/java/gg/party/api/admin/comment/controller/CommentAdminController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.admin.comment.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class CommentAdminController { | ||
} |
7 changes: 7 additions & 0 deletions
7
...ingpong-api/src/main/java/gg/party/api/admin/report/controller/ReportAdminController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.admin.report.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class ReportAdminController { | ||
} |
7 changes: 7 additions & 0 deletions
7
gg-pingpong-api/src/main/java/gg/party/api/admin/room/controller/RoomAdminController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.admin.room.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class RoomAdminController { | ||
} |
7 changes: 7 additions & 0 deletions
7
...ong-api/src/main/java/gg/party/api/admin/template/controller/TemplateAdminController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.admin.template.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class TemplateAdminController { | ||
} |
7 changes: 7 additions & 0 deletions
7
gg-pingpong-api/src/main/java/gg/party/api/user/category/controller/CategoryController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.user.category.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class CategoryController { | ||
} |
7 changes: 7 additions & 0 deletions
7
gg-pingpong-api/src/main/java/gg/party/api/user/comment/controller/CommentController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.user.comment.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class CommentController { | ||
} |
7 changes: 7 additions & 0 deletions
7
gg-pingpong-api/src/main/java/gg/party/api/user/report/controller/ReportController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.user.report.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class ReportController { | ||
} |
7 changes: 7 additions & 0 deletions
7
gg-pingpong-api/src/main/java/gg/party/api/user/room/controller/RoomController.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gg.pingpong.api.party.user.room.controller; | ||
|
||
import org.springframework.web.bind.annotation.RestController; | ||
|
||
@RestController | ||
public class RoomController { | ||
} |
This file was deleted.
Oops, something went wrong.