Skip to content

Commit 1093354

Browse files
committed
fix: remove unnecessary blank line before CORS configuration in application.properties
1 parent d680203 commit 1093354

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ app.notifications.inventory.out-of-stock.recipients=${APP_NOTIFICATIONS_INVENTOR
6161
app.notifications.inventory.manager.recipients=${APP_NOTIFICATIONS_INVENTORY_MANAGER_RECIPIENTS:}
6262
app.notifications.inventory.out-of-stock.daily-enabled=${APP_NOTIFICATIONS_INVENTORY_OUT_OF_STOCK_DAILY_ENABLED:true}
6363
app.notifications.inventory.out-of-stock.daily-cron=${APP_NOTIFICATIONS_INVENTORY_OUT_OF_STOCK_DAILY_CRON:0 05 7 * * *}
64-
6564
# CORS Configuration
6665
# Comma-separated list of allowed origins (supports patterns like https://*.devtunnels.ms)
6766
cors.allowed-origins=${CORS_ALLOWED_ORIGINS:http://localhost:5173,http://localhost:5174,http://localhost:3000}

0 commit comments

Comments
 (0)