golovencoserghei / meeper-api

0 stars 0 forks source link

Move server from `http` to `https` url #17

Closed realtek2 closed 11 months ago

realtek2 commented 11 months ago

Problem: FE can't push their work for testing because of they use .vercel url which is https with SSL but our api with http without SSL. Solution: 1) Move our server to url with SSH.

OR

2) Setup React App on our server. 2.1) And configure settings for deploy React App (harder)

realtek2 commented 11 months ago

Highest priority