Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MWD
/
2020-02-OSS-TermProject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김태영
2020-12-16 18:03:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2942b6a61bab2e8a48decea3858e2dbcd3cda84b
2942b6a6
1 parent
3bf5c53c
update Readme.md
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
README.md
bin/www
README.md
View file @
2942b6a
...
...
@@ -222,6 +222,9 @@ Teachable Machine 2.0을 이용해 마스크 착용을 유형별로 학습시킨
<a
href=
"https://jquery.com/"
>
Jquery
</a>
.
<a
href=
"http://bootstrapk.com/"
>
Bootstrap
</a>
.
<a
href=
"https://www.youtube.com/watch?v=1b7pXC1-IbE"
>
조코딩
</a>
<!-- LICENSE -->
...
...
bin/www
View file @
2942b6a
...
...
@@ -6,7 +6,7 @@
var
app
=
require
(
'../app'
);
var
debug
=
require
(
'debug'
)(
'2020-02-oss-termproject:server'
);
const
domain
=
"www.
khumwd
.ml"
const
domain
=
"www.
osstestkim
.ml"
const
sslport
=
8080
;
const
fs
=
require
(
'fs'
);
...
...
Please
register
or
login
to post a comment