Restore accidentally removed files, a few forecast tweaks

This commit is contained in:
2026-02-24 11:13:19 -05:00
parent c3e09d5fd1
commit 16d2399de8
203 changed files with 71725 additions and 401 deletions

View File

@@ -35,7 +35,7 @@ global.pool = pool;
app.use(express.json());
app.use(morgan('combined'));
app.use(cors({
origin: ['http://localhost:5175', 'http://localhost:5174', 'https://inventory.kent.pw', 'https://tools.acherryontop.com', 'https://tools.acherryontop.com'],
origin: ['http://localhost:5175', 'http://localhost:5174', 'https://inventory.kent.pw', 'https://acot.site', 'https://tools.acherryontop.com'],
credentials: true
}));