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-21 18:10:17 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
28268e5152ecea935188821bdf688a341486468d
28268e51
1 parent
348d37b5
FakerQuiz v1.21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
28268e5
...
...
@@ -15,7 +15,7 @@ const domain = "";// ***Your Domain***
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
const
version
=
'1.2'
;
const
version
=
'1.2
1
'
;
const
dataFileName
=
'data.json'
;
var
fakerData
=
{};
...
...
Please
register
or
login
to post a comment