forked from DebaucheryLibrarian/traxxx
Added release page with photo viewer. Added photo count to database. Improved styling.
This commit is contained in:
@@ -12,7 +12,7 @@ function initServer() {
|
||||
const app = express();
|
||||
const router = Router();
|
||||
|
||||
router.use(express.static(config.thumbnailPath));
|
||||
router.use(express.static(config.photoPath));
|
||||
router.use(express.static('public'));
|
||||
router.use(bodyParser.json({ strict: false }));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user