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
Ubuntu
2020-06-22 07:52:49 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3118027268a707584064d8ab01b268ff423bd6b6
31180272
1 parent
76ba0d1d
FakerQuiz v1.3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
3118027
...
...
@@ -15,7 +15,7 @@ const domain = "";// ***Your Domain***
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
const
version
=
'1.
22
'
;
const
version
=
'1.
3
'
;
const
dataFileName
=
'data.json'
;
var
fakerData
=
{};
...
...
Please
register
or
login
to post a comment