Skip to content

Commit ce42ff4

Browse files
authored
Merge pull request #2 from yashc73080:development
Undo CI/CD Test
2 parents b720e6e + 707054e commit ce42ff4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
@app.route('/')
5555
def 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'])
5959
def submit_itinerary():

frontend/app/components/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)