Skip to content

Commit ca62788

Browse files
authored
Update message.ts
Corrected filename.
1 parent 9eef07b commit ca62788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-node-rest-api-typescript/app/utils/message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ResponseVO } from '../model/vo/ResponseVo';
1+
import { ResponseVO } from '../model/vo/responseVo';
22

33
enum StatusCode {
44
success = 200,

0 commit comments

Comments
 (0)