interep-project / reputation-service

🚀 Interep back-end and front-end.
https://kovan.interep.link/
MIT License
35 stars 16 forks source link

Request: API_WHITELIST additions #104

Closed sambacha closed 2 years ago

sambacha commented 2 years ago

if possible, can you add *.vercel.app as a whitelisted address for development purposes?

Cheers

cedoor commented 2 years ago

Hey @sambacha , sure we can! The following regexp should work:

^https:\/\/[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?\.varcel\.app

https://regex101.com/r/wv81Ee/1

cedoor commented 2 years ago

Change deployed on kovan.interep.link. Let me know if it works.

sambacha commented 2 years ago

Will check today thanks for this!