index
:
aghpb-online
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.js
blob: 8debd35f641afbd49a7ad21388dab0b458aa7e44 (
plain
) (
blame
)
1
2
3
4
5
'use strict'
;
const
app
=
require
(
'./app'
);
app
.
listen
(
1337
);