Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
server checiking
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev committed Aug 26, 2024
1 parent 4af7de1 commit d121440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
public class HealthCheckController {
@GetMapping
public String healthCheck(){
return "health check";
return "health check!!!";
}
}
1 change: 0 additions & 1 deletion server/src/main/java/com/uiseongcome/dto/GuideDto.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.uiseongcome.dto;

import com.uiseongcome.domain.File;
import com.uiseongcome.domain.GuideInfo;
import com.uiseongcome.domain.GuideKind;
import com.uiseongcome.domain.User;
Expand Down

0 comments on commit d121440

Please sign in to comment.