fixed mispelled URLs

This commit is contained in:
Frédérick Pruneau 2026-01-05 09:36:57 -05:00
parent 3554f2e901
commit 124a80f9bf

View File

@ -53,7 +53,7 @@ async function bootstrap() {
// Enable CORS
app.enableCors({
origin: ['http://10.100.251.2:9011', 'http://10.100.251.2:9012', 'http://10.100.251.2:9013', 'http://localhost:9000', 'https://app.targo.ca/', 'https://staging.app.targo.ca/'],
origin: ['http://10.100.251.2:9011', 'http://10.100.251.2:9012', 'http://10.100.251.2:9013', 'http://localhost:9000', 'https://app.targo.ca', 'https://staging.app.targo.ca'],
credentials: true,
});