Updated xlit server

This commit is contained in:
2025-12-29 19:04:57 -06:00
parent 8f7d4e477f
commit bef3c9b3d7

View File

@@ -63,6 +63,9 @@ EXPOSED_LANGS = [
def get_app():
return app, ENGINE
def get_only_app():
return app
## ---------------------------- API End-points ------------------------------ ##
@app.route('/languages', methods = ['GET', 'POST'])