asdf
This commit is contained in:
parent
4fa2917f26
commit
f891b486df
|
@ -34,6 +34,7 @@ PGPASSWORD=asdfpassword
|
|||
!only listening on localhost is supported. DO NOT run this on a public ip.
|
||||
|
||||
- `/health`
|
||||
- `/health-db`
|
||||
- `/setup-demo-db`
|
||||
- `/nuke-db`
|
||||
- `/fetch-all-users`
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { Server } from "http";
|
||||
import { atom } from "jotai";
|
||||
|
||||
// store which page the user is currently on
|
||||
|
|
Loading…
Reference in a new issue