Browse
For agents
About
Yatra – Travel Booking & Tour Operator Software
/
trunk
Yatra – Travel Booking & Tour Operator Software
vtrunk
Switch version
3.0.14
3.0.14.1
3.0.14.2
3.0.12
3.0.13
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.5.1
3.0.4
3.0.3
3.0.2.9
3.0.2.7
3.0.2.8
3.0.2.6
trunk
1.0.0
2.0.0
2.0.1
2.0.10
2.0.11
All 82 releases
Overview
Code
yatra
/
resources
/
js
/
api
/
index.ts
index.ts
in Yatra – Travel Booking & Tour Operator Software trunk, at resources/js/api/index.ts
6 lines
158 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/**
2
* Centralized REST API modules. Path strings live in `lib/api-endpoints.ts`.
3
*/
4
export
*
from
"
./settings-api
"
;
5
export
*
from
"
./email-automation-api
"
;
6