Switch dev port

This commit is contained in:
2025-06-14 10:43:48 -04:00
parent 4cb41a7e4c
commit 00501704df
4 changed files with 7 additions and 7 deletions

View File

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