index
:
umami
dependabot/npm_and_yarn/diff-4.0.4
dependabot/npm_and_yarn/js-yaml-3.14.2
dependabot/npm_and_yarn/jws-3.2.3
dependabot/npm_and_yarn/lodash-4.17.23
dependabot/npm_and_yarn/tar-7.5.4
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app
/
api
/
heartbeat
/
route.ts
blob: 9146308935854736dbf68c4edaaff1af06617280 (
plain
) (
blame
)
1
2
3
export
async
function
GET
()
{
return
Response
.
json
({
ok
:
true
});
}