timhaley94 / holdem

Real time poker in JavaScript
https://holdemhounds.com
GNU General Public License v3.0
7 stars 7 forks source link

Have client use https #78

Closed timhaley94 closed 4 years ago

timhaley94 commented 4 years ago

Background

Currently the client only serves http. It should also accept https.

timhaley94 commented 4 years ago

This was resolved by switching to serving the client app through netlify instead of s3.