Ubuntu

Add server

Showing 1 changed file with 0 additions and 1 deletions
...@@ -4,7 +4,6 @@ const path = require('path'); ...@@ -4,7 +4,6 @@ const path = require('path');
4 const HTTPS = require('https'); 4 const HTTPS = require('https');
5 5
6 const app = express(); 6 const app = express();
7 -
8 const domain = "2020105636.oss-2021.tk" 7 const domain = "2020105636.oss-2021.tk"
9 const sslport = 23023; 8 const sslport = 23023;
10 9
......