Skip to content

Commit cd10a7a

Browse files
committed
fix: / request
1 parent cc170e3 commit cd10a7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Make sure you have the following installed:
1818
## Getting Started
1919

2020
1. Clone the repository:
21-
21+
****
2222
```bash
2323
git clone https://github.com/whoiaditya/golang-task-management-system.git
2424
cd golang-task-management-system

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func main() {
2121
r := gin.Default()
2222
r.GET("/", func(c *gin.Context) {
2323
c.JSON(200, gin.H{
24-
"message": "Welcome to BalkanID Engineering Task - Aditya Mitra",
24+
"message": "Welcome to Golang Task Management System- Aditya Mitra",
2525
})
2626
})
2727

0 commit comments

Comments
 (0)