mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 07:11:50 +00:00
fixes & adding spring docker
This commit is contained in:
@@ -26,5 +26,5 @@ def return_ok():
|
||||
return str(sum), 200
|
||||
|
||||
@simulation_blueprint.route('/simulation/json', methods=['GET'])
|
||||
def return_ok():
|
||||
def return_helloworld():
|
||||
return simulation_controller.return_helloworld(), 200
|
||||
|
Reference in New Issue
Block a user