golang-cafe / job-board

Golang Cafe - Go job board with no recruiters and clear salary ranges
https://golang.cafe
BSD 3-Clause "New" or "Revised" License
208 stars 50 forks source link

[BUG] Remove https in Local Environment Logs #90

Closed Vasanth-Korada closed 1 year ago

Vasanth-Korada commented 1 year ago

/claim #88

Fixes #88

@dm161

  1. Removed https:// in local when the environment is DEV
  2. Added UrlProtocol Variable in config.go
  3. If ENV !="DEV" then UrlProtocol will have https:// else empty string
  4. Replaced all occurrences of https:// with UrlProtocol variable from Config
ghost commented 1 year ago

thank you @Vasanth-Korada