playing with colors

This commit is contained in:
counter 2023-01-16 00:11:30 -08:00
parent 67e34877c3
commit 779929278e

3
api.js
View file

@ -77,6 +77,7 @@ async function set_up_api_server(app) {
// Session management
app.use(session_wrapper_function);
/* lol make this be a thing later TODO
// Limit how big uploads are
app.use(fileUpload({
limits: {
@ -84,6 +85,8 @@ async function set_up_api_server(app) {
},
abortOnLimit: true
}));
*/
// If that's not present, the request should be rejected.
app.use(async function(req, res, next) {