Skip to content

Commit

Permalink
Update routes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KKGanguly authored Nov 27, 2024
1 parent a0f07fb commit 7f678ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def job_recommendations():

def recommend(entries, user, top):
return recommend_jobs(entries, user, top)

# view all
@app.route('/pageContent')
def page_content():
Expand Down

0 comments on commit 7f678ae

Please sign in to comment.