patient see their multiple studies
This commit is contained in:
@@ -115,7 +115,7 @@ func SetupRouter(cfg *config.Config, logger *zap.Logger) http.Handler {
|
||||
})
|
||||
})
|
||||
|
||||
// Add this to your routes setup - in the public routes group
|
||||
// * DEBUG PURPOSE ONLY *
|
||||
r.Get("/debug/token", func(w http.ResponseWriter, r *http.Request) {
|
||||
authHeader := r.Header.Get("Authorization")
|
||||
if authHeader == "" {
|
||||
|
||||
Reference in New Issue
Block a user