1
0
forked from notBrad/bubo-rss

Removing comment

This commit is contained in:
George Mandis 2021-11-29 01:36:02 -08:00
parent 89dbf2c17a
commit 1b3f20379a

View File

@ -2,7 +2,7 @@
// init project // init project
import express from "express"; import express from "express";
import { URL } from 'url'; // in Browser, the URL in native accessible on window import { URL } from 'url';
const __dirname = new URL('.', import.meta.url).pathname; const __dirname = new URL('.', import.meta.url).pathname;
const app = express(); const app = express();