diff --git a/server.js b/server.js index 6f166ee..bed1528 100644 --- a/server.js +++ b/server.js @@ -13,6 +13,7 @@ if (proxyUrl) console.log(`✓ Anthropic proxy: ${proxyUrl}`); const app = express(); const PUBLIC_DIR = path.join(__dirname, 'public'); +app.get(['/q', '/q.html'], (_req, res) => res.sendFile(path.join(PUBLIC_DIR, 'q', 'index.html'))); app.use(express.static(PUBLIC_DIR)); const MODELS = {