Updated xlit server
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user