This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
freeCodeCamp
/
api-server
/
server
/
utils
/
url-utils.js
4 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(server): Add URL utils to compute server URL, HOST, PORT, etc.
2017-04-27 01:54:56 +05:30
export
function
getEmailSender
(
)
{
fix(auth): Remove reset password endpoint
2017-09-17 14:54:48 +05:30
return
process
.
env
.
SES
_MAIL
_FROM
||
'team@freecodecamp.org'
;
feat(server): Add URL utils to compute server URL, HOST, PORT, etc.
2017-04-27 01:54:56 +05:30
}
Reference in New Issue
Copy Permalink