index
:
satscalc.com.git
main
A simple calculator
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
api
/
hello
/
route.ts
blob: d1cc6ee25fedf4e2db9101872a8f7fea9e5ecbc9 (
plain
)
1
2
3
export async function
GET
(
request
:
Request
) {
return new
Response
(
'Hello, Next.js!'
)
}