clean up changes

This commit is contained in:
rsandb
2022-12-28 13:01:02 -06:00
parent 9404654672
commit 62f326f51a
6 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ export { default } from "next-auth/middleware";
* Guards all pages under `/grading` and redirects them to the sign in page.
*/
export const config = {
matcher: ["/create/:path*", "/evaluate/:path*", "/grading/:path*", "/account/:path*", "/summarize/:path*"],
matcher: ["/create/:path*", "/evaluate/:path*", "/account/:path*"],
};