Toggle navigation
Toggle navigation
This project
Loading...
Sign in
term-project
/
project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Solhee
2020-12-08 00:12:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c98bee8a21ace621981b68fa62da24551e47080
9c98bee8
1 parent
8347fff3
Debug_EncryptAndMessageHandling
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
express/app.js
express/app.js
View file @
9c98bee
...
...
@@ -28,7 +28,7 @@ var endIndex = 5;
const
fs
=
require
(
'fs'
);
const
path
=
require
(
'path'
);
const
HTTPS
=
require
(
'https'
);
const
domain
=
"foodbot2020.ml"
const
domain
=
"
www.
foodbot2020.ml"
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
var
app
=
express
();
...
...
Please
register
or
login
to post a comment