Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
조영우 authored and 조영우 committed Feb 7, 2024
1 parent ca9b1d7 commit ebad4fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello backend4!';
return 'Hello backend5!';
}
}
4 changes: 2 additions & 2 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Document1</title>
</head>
<body>
<h1>Hello Frontend!</h1>
</body>
</html>
</html>

0 comments on commit ebad4fc

Please sign in to comment.