Skip to content

Commit

Permalink
Checking if Jenkins works 4
Browse files Browse the repository at this point in the history
Signed-off-by: Pradyot Ranjan <[email protected]>
  • Loading branch information
prady0t committed Dec 19, 2023
1 parent d5bd436 commit e91b3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Person struct {
}

func root(w http.ResponseWriter, e *http.Request){
//sample login check if Jenkins works take 3
//sample login check if Jenkins works take 4
person := Person{
Name: "Pradyot",
Age: 22,
Expand Down

0 comments on commit e91b3d0

Please sign in to comment.