File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454@app .route ('/' )
5555def home ():
56- return "CI/CD TEST Welcome to the Pathwise API! Use the /submit-itinerary endpoint to calculate routes."
56+ return "Welcome to the Pathwise API! Use the /submit-itinerary endpoint to calculate routes."
5757
5858@app .route ('/submit-itinerary' , methods = ['POST' ])
5959def submit_itinerary ():
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export default function Sidebar() {
200200 >
201201 { /* Header with close button */ }
202202 < div className = "p-4 pb-2 flex justify-between items-center" >
203- < h2 className = "text-lg font-semibold text-gray-900" > CI/CD TEST Trip Planner</ h2 >
203+ < h2 className = "text-lg font-semibold text-gray-900" > Trip Planner</ h2 >
204204 < button
205205 onClick = { ( ) => setIsSidebarOpen ( false ) }
206206 className = "p-2 hover:bg-gray-100 rounded-lg transition-colors"
You can’t perform that action at this time.
0 commit comments