forked from notBrad/bubo-rss
Removing comment
This commit is contained in:
parent
89dbf2c17a
commit
1b3f20379a
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user