Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최현영
/
Expresswayinfo24
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최현영
2020-06-02 00:06:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3169fb87d6ea7058a95fdbb4fdfc4fb637b0f963
3169fb87
1 parent
1f17ad2e
whereur
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
whereur/app.js
whereur/app.js
View file @
3169fb8
var
express
=
require
(
'express'
);
const
request
=
require
(
'request'
);
const
bodyParser
=
require
(
'body-parser'
);
var
app
=
express
();
var
static
=
require
(
'serve-static'
);
const
fs
=
require
(
'fs'
);
...
...
@@ -15,6 +14,7 @@ const TOKEN = 'sqNjA99TptppqvcoVFAnU7Kawsl+s7l+JgnZ7r2is97qrFQraIn0sLQ6mTsIPvXLG
const
domain
=
"www.chyoss.tk"
const
sslport
=
23023
;
var
app
=
express
();
app
.
use
(
bodyParser
.
json
());
...
...
Please
register
or
login
to post a comment