Update app.py
All checks were successful
career-lenape/lenape-jobs-fetcher/pipeline/head This commit looks good

This commit is contained in:
2025-06-26 17:24:48 +00:00
parent ea457aceae
commit 45c3dd09da

2
app.py
View File

@@ -13,7 +13,7 @@ CORS(app)
@app.route('/')
def hello():
return 'Hello, Universe! With ❤️ from Software Shinobi (www.softwareshinobi.com)'
return 'Hello, Universe! With ❤️ from Linux Lenape (links.jacquesingram.online)'
@app.route('/jobs/load')
def fetchJobs():