mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Removed write headers for .well-known endpoints
This commit is contained in:
parent
2762a95da5
commit
2e117bea36
1 changed files with 0 additions and 2 deletions
|
|
@ -341,7 +341,6 @@ func (s *Server) StartIdentityProvider() error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
w.WriteHeader(200)
|
|
||||||
w.Write(b)
|
w.Write(b)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
@ -382,7 +381,6 @@ func (s *Server) StartIdentityProvider() error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
w.WriteHeader(200)
|
|
||||||
w.Write(b)
|
w.Write(b)
|
||||||
})
|
})
|
||||||
r.HandleFunc("/register", func(w http.ResponseWriter, r *http.Request) {
|
r.HandleFunc("/register", func(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue