···11-# PVZM Backend 
11+# PVZM Backend 
2233> A Deno-powered backend service for [Plants vs. Zombies: MODDED](https://github.com/roblnet13/pvz). This service provides APIs for uploading, downloading, listing, favoriting, and reporting user-created _I, Zombie_ levels.
44
+4-4
TODO.md
···77 - Keep `USE_PUBLIC_FOLDER` for admin UI but add conditional routing for test interface
88 - This would allow production deployments to disable testing while keeping admin functionality
991010-- [x] _(Removed in favor of NGINX)_ ~~**Fix SSL/HTTPS Implementation**: The current SSL implementation is incomplete and non-functional~~
1111- - The SSL certificate and key are read but not actually used to create an HTTPS server
1212- - Need to implement proper HTTPS server with Express.js or migrate to native Deno HTTPS
1313- - Add proper SSL error handling and validation
1010+- [x] _(Removed in favor of NGINX)_ ~~**Fix SSL/HTTPS Implementation**: The previous SSL implementation was incomplete and non-functional~~
1111+ - The SSL certificate and key were read but not actually used to create an HTTPS server
1212+ - Needed to implement proper HTTPS server with Express.js or migrate to native Deno HTTPS
1313+ - Needed to add proper SSL error handling and validation
14141515## Medium Priority
1616