Skip to content

Commit

Permalink
Added Railway's backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnold10-web committed Feb 24, 2025
1 parent 80bb1ec commit af4d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const app = express();
const whitelist = [
'https://ishaazilivestockservices.com',
'https://www.ishaazilivestockservices.com',
'https://ishaazi-livestock-services.onrender.com',
'https://ishaazi-livestock-services-production.up.railway.app',
'http://localhost:3000',
'http://127.0.0.1:3000'
];
Expand Down

0 comments on commit af4d34d

Please sign in to comment.