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.
|
!only listening on localhost is supported. DO NOT run this on a public ip.
|
||||||
|
|
||||||
- `/health`
|
- `/health`
|
||||||
|
- `/health-db`
|
||||||
- `/setup-demo-db`
|
- `/setup-demo-db`
|
||||||
- `/nuke-db`
|
- `/nuke-db`
|
||||||
- `/fetch-all-users`
|
- `/fetch-all-users`
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import { Server } from "http";
|
|
||||||
import { atom } from "jotai";
|
import { atom } from "jotai";
|
||||||
|
|
||||||
// store which page the user is currently on
|
// store which page the user is currently on
|
||||||
|
|
Loading…
Reference in a new issue