diff --git a/api/server.mjs b/api/server.mjs index ae59bd0..88700c1 100644 --- a/api/server.mjs +++ b/api/server.mjs @@ -23,8 +23,7 @@ async function startServer() { graphqlUploadKoa({ // Limits here should be stricter than config for surrounding // infrastructure such as Nginx so errors can be handled elegantly by - // `graphql-upload`: - // https://github.com/jaydenseric/graphql-upload#type-processrequestoptions + // `graphql-upload`. maxFileSize: 10000000, // 10 MB maxFiles: 20, })