Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmul-me committed Nov 27, 2024
2 parents 95eaf2d + 7f678ae commit ebeac84
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 @@ -137,6 +137,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 ebeac84

Please sign in to comment.