tangled
alpha
login
or
join now
graham.systems
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
Remove TODOs
Paul Frazee
2 years ago
90f7db12
f8cd2f7a
-3
1 changed file
expand all
collapse all
unified
split
src
server.ts
-3
src/server.ts
···
43
43
// Set the application to trust the reverse proxy
44
44
app.set('trust proxy', true)
45
45
46
46
-
// TODO: middleware for sqlite server
47
47
-
// TODO: middleware for OAuth
48
48
-
49
46
// Middlewares
50
47
app.use(express.json())
51
48
app.use(express.urlencoded({ extended: true }))