Add repeat orders page

This commit is contained in:
2026-04-09 10:01:30 -04:00
parent c276f165f4
commit 546a675b5f
211 changed files with 1277 additions and 73848 deletions
+1 -1
View File
@@ -33,7 +33,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://acot.site', 'https://tools.acherryontop.com'],
origin: ['http://localhost:5175', 'http://localhost:5174', 'https://inventory.kent.pw', 'https://tools.acherryontop.com', 'https://tools.acherryontop.com'],
credentials: true
}));