Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이유제
/
CultureGallery
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
YujeLee
2020-12-05 00:54:01 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be97767fdef24d8d82e6e54be435b15ed2ffaf97
be97767f
1 parent
0959a9e0
Backend : mysql installed
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
package-lock.json
package.json
package-lock.json
View file @
be97767
This diff is collapsed. Click to expand it.
package.json
View file @
be97767
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
15
"license"
:
"MIT"
,
15
"license"
:
"MIT"
,
16
"dependencies"
:
{
16
"dependencies"
:
{
17
"ejs"
:
"^3.1.5"
,
17
"ejs"
:
"^3.1.5"
,
18
-
"express"
:
"^4.17.1"
18
+
"express"
:
"^4.17.1"
,
19
+
"mysql"
:
"^2.18.1"
19
}
20
}
20
}
21
}
...
...
Please
register
or
login
to post a comment