diff --git a/app.py b/app.py index 326f6dc..878c2a7 100644 --- a/app.py +++ b/app.py @@ -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():