LINXD-2222-debugging-for-i-os #7
2
app.js
2
app.js
@ -10,7 +10,7 @@ import express from 'express'
|
||||
const app = express()
|
||||
// const app = require('express')();
|
||||
// import https from 'httpolyglot'
|
||||
import * as https from "node:https";
|
||||
import https from "https";
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
const __dirname = path.resolve()
|
||||
|
Loading…
Reference in New Issue
Block a user