Toggle navigation
Toggle navigation
This project
Loading...
Sign in
전세계
/
FakerQuiz
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
전세계
2020-06-22 02:01:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9009147a747913d57791dd0d10e63ef3285aa96c
9009147a
1 parent
a00541c2
FakerQuiz v1.1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
9009147
...
...
@@ -15,7 +15,7 @@ const domain = "";// ***Your Domain***
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
const
version
=
'1.
0
'
;
const
version
=
'1.
1
'
;
const
dataFileName
=
'data.json'
;
var
fakerData
=
{};
...
...
Please
register
or
login
to post a comment