This website requires JavaScript.
Explore
Help
Sign In
theoludwig
/
FunctionProject
Archived
Watch
1
Star
1
Fork
0
You've already forked FunctionProject
Code
Pull Requests
Actions
Releases
Activity
This repository has been archived on
2024-10-29
. You can view files and clone it, but cannot push or open issues or pull requests.
f631873893
FunctionProject
/
backend
/
assets
/
config
/
config.js
5 lines
80 B
JavaScript
Raw
Normal View
History
Unescape
Escape
backend: Première route /functions/:functionName + Gestion des erreurs 404 et 500
2020-03-17 12:02:12 +01:00
const
config
=
{
Initial commit
2020-03-16 22:55:32 +01:00
PORT
:
process
.
env
.
PORT
||
8080
backend: Première route /functions/:functionName + Gestion des erreurs 404 et 500
2020-03-17 12:02:12 +01:00
}
;
module
.
exports
=
config
;
Copy Permalink