aodb/build/configuration/app.config.js.token
Martin Donnelly afe73b5baa upload
2016-12-22 00:00:06 +00:00

17 lines
913 B
Plaintext

angular.module('chroma.configuration', []).constant('api', {
endpoint: 'http://__APIURL__/api/',
flightList: 'http://__APIURL__/api/flights/',
authentication: 'http://__APIURL__/api/auth',
detail: 'http://__APIURL__/api/detail/',
imageSource :'http://__APIURL__/api/GetOperatorImage',
setSite: 'http://__APIURL__/api/setSite',
getWindows: 'http://__APIURL__/api/getWindows',
transactions: 'http://__APIURL__/api/transactions',
cancelTransaction: 'http://__APIURL__/api/cancelTransaction',
confirmTransaction: 'http://__APIURL__/api/confirmTransaction',
createTransaction: 'http://__APIURL__/api/createTransaction',
getTransactionCodes: 'http://__APIURL__/api/getTransactionCodes',
getTransactionsAccess: 'http://__APIURL__/api/getUserAccessRightsForTransaction',
getTransactionConfig: 'http://__APIURL__/api/getTransactionConfig',
signalrHubs: 'http://__APIURL__/signalr/hubs'
});