Merge branch 'main' into auth

This commit is contained in:
JBB0807 2025-05-02 12:50:02 -07:00
commit dcb9e59cf1

View file

@ -11,6 +11,8 @@ const app = express();
app.use(express.json());
app.use(express.urlencoded({ extended: true }));
// Allow all origins (not recommended for production)
app.use(cors());
// app.use(
// session({