Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박찬수
/
enjoy_soccer
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
박찬수
2022-06-04 21:13:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0f2ce7cfa5abfe6f48a5dde66204fca246c4b9a
a0f2ce7c
1 parent
51fd34f3
reply
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
reply.js
reply.js
View file @
a0f2ce7
...
...
@@ -9,7 +9,7 @@ const HTTPS = require('https');
const
domain
=
"2018102191.osschatbot2022.tk"
const
sslport
=
23023
;
var
soccer
=
require
(
'soccer.js'
);
var
soccer
=
require
(
'
./
soccer.js'
);
const
bodyParser
=
require
(
'body-parser'
);
var
app
=
express
();
...
...
Please
register
or
login
to post a comment