This website works better with JavaScript.
Explore
Help
Sign In
aolo2
/
desk2
Watch
1
Star
0
Fork
You've already forked desk2
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
4
Branches
0
Tags
4.0 MiB
Tree:
4466640439
infinite
master
sdf
ssao
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4466640439'
${ noResults }
desk2
/
server
/
http.js
4 lines
99 B
Raw
Normal View
History
Unescape
Escape
Initital commit
2 years ago
export
function
route
(
req
)
{
console
.
log
(
'HTTP:'
,
req
.
url
)
;
return
new
Response
(
req
.
url
)
;
}