Changed host
This commit is contained in:
@@ -68,7 +68,7 @@ async function main() {
|
|||||||
|
|
||||||
// Start
|
// Start
|
||||||
try {
|
try {
|
||||||
await app.listen({ port: 3100: host: "0.0.0.0" });
|
await app.listen({ port: 3100, host: "0.0.0.0" });
|
||||||
console.log("🚀 Server läuft auf http://localhost:3100");
|
console.log("🚀 Server läuft auf http://localhost:3100");
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
app.log.error(err);
|
app.log.error(err);
|
||||||
|
|||||||
Reference in New Issue
Block a user