1
Fork 0

typescript(translucid): unknown bug

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-01-22 20:45:32 +02:00 committed by prescientmoon
parent a80dda078b
commit 2a955d675f
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -2,7 +2,7 @@
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
const express = require('express'); const express = require('express');
const http = require('http'); const http = require('http');
const Translucid_1 = require("./Translucid"); const Translucid_1 = require("./Translucid.js");
function QuickServer(port) { function QuickServer(port) {
const app = express(); const app = express();
const server = http.Server(app); const server = http.Server(app);