Update app.py
All checks were successful
career-lenape/lenape-jobs-fetcher/pipeline/head This commit looks good
All checks were successful
career-lenape/lenape-jobs-fetcher/pipeline/head This commit looks good
This commit is contained in:
2
app.py
2
app.py
@@ -13,7 +13,7 @@ CORS(app)
|
|||||||
@app.route('/')
|
@app.route('/')
|
||||||
def hello():
|
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')
|
@app.route('/jobs/load')
|
||||||
def fetchJobs():
|
def fetchJobs():
|
||||||
|
Reference in New Issue
Block a user