Added python_algorithms and server.py to test RESTful services
This commit is contained in:
5
python_algorithms/RESTful/server.py
Normal file
5
python_algorithms/RESTful/server.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from flask import Flask
|
||||
from flask_restful import Api, Resource, reqparse
|
||||
|
||||
app = Flask(__name__)
|
||||
api = Api(app)
|
||||
Reference in New Issue
Block a user