Fixed port and library

This commit is contained in:
eetnaviation
2024-04-04 18:14:16 +03:00
parent 7b81084e86
commit dea7c60600
2 changed files with 2 additions and 13 deletions

View File

@ -1,4 +1,4 @@
let serverPort = 4000;
let serverPort = 80;
const url = "http://transport.tallinn.ee/gps.txt";
const express = require('express');
@ -9,7 +9,7 @@ const server = http.createServer(app);
const { Server } = require("socket.io");
const io = new Server(server);
const axios = require('axios');
const fs = require('node:fs');
const fs = require('fs');
let cafTramTakArray = ["502", "520", "505", "518", "513", "507"];