saintpete / logrole

Logrole for Twilio - Create User Roles for Limited Access to Twilio Logs
Other
27 stars 10 forks source link

Add a HTML content-type http.Handler #14

Open kevinburke opened 7 years ago

kevinburke commented 7 years ago

All of the controllers should serve HTML. We should add a HTML content-type handler and then we wouldn't need to set w.Header.Set("Content-Type", "text/html; charset=utf-8") in every controller.