Refactor API base URL configuration to use centralized constant across applications

This commit is contained in:
marshal
2026-06-16 23:06:46 +03:00
parent b512e77ce1
commit e815b4d976
7 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1 @@
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';