Spaces:
Runtime error
Runtime error
Commit ·
c536d40
1
Parent(s): 911e57a
redis added
Browse files
index.js
CHANGED
|
@@ -45,6 +45,7 @@ const skills = {
|
|
| 45 |
createUpdateCompanyCreds
|
| 46 |
}
|
| 47 |
const app = express();
|
|
|
|
| 48 |
const port = process.env.PORT;
|
| 49 |
app.use(express.json({}));
|
| 50 |
const swaggerDefinition = {
|
|
|
|
| 45 |
createUpdateCompanyCreds
|
| 46 |
}
|
| 47 |
const app = express();
|
| 48 |
+
coneole.log(process.env)
|
| 49 |
const port = process.env.PORT;
|
| 50 |
app.use(express.json({}));
|
| 51 |
const swaggerDefinition = {
|