Updated xlit server
This commit is contained in:
@@ -63,6 +63,9 @@ EXPOSED_LANGS = [
|
|||||||
def get_app():
|
def get_app():
|
||||||
return app, ENGINE
|
return app, ENGINE
|
||||||
|
|
||||||
|
def get_only_app():
|
||||||
|
return app
|
||||||
|
|
||||||
## ---------------------------- API End-points ------------------------------ ##
|
## ---------------------------- API End-points ------------------------------ ##
|
||||||
|
|
||||||
@app.route('/languages', methods = ['GET', 'POST'])
|
@app.route('/languages', methods = ['GET', 'POST'])
|
||||||
|
|||||||
Reference in New Issue
Block a user