Skip to content

Commit

Permalink
First commit :
Browse files Browse the repository at this point in the history
 - Service fonctionnel
 - Pas encore de système d'authentification
  • Loading branch information
Nicolas Choquet committed Mar 11, 2024
1 parent ab8062c commit 0e11706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-validity.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type CheckValidity struct {
IsValid bool `json:"isValid"`
}

func checkValidity(writer http.ResponseWriter) {
func checkValidity(writer http.ResponseWriter, _request *http.Request) {
writer.Header().Add("Content-Type", "application/json")

response := &CheckValidity{true}
Expand Down

0 comments on commit 0e11706

Please sign in to comment.