This website requires JavaScript.
Explore
Help
Sign In
ctdo
/
raumstatus
Watch
16
Star
0
Fork
You've already forked raumstatus
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d33ee999d1
raumstatus
/
routes
/
index.js
5 lines
85 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added angularJS Framework
2013-10-20 22:04:58 +00:00
exports
.
index
=
function
(
req
,
res
)
{
changed nmap timing, added label to gage, cleaned up a bit, removed redis foo from flukso code since it is not needed
2014-07-23 00:45:57 +00:00
res
.
render
(
'index'
,
{
title
:
'Home'
}
)
added angularJS Framework
2013-10-20 22:04:58 +00:00
}
;