We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7727004 commit a99ce2cCopy full SHA for a99ce2c
app/controller/hello_controller.py
@@ -6,7 +6,7 @@
6
from app.service import hello_world_service
7
from app.util.flask_decorators import require_auth
8
9
-ns = Namespace('hello', description='Hello api')
+ns = Namespace('api', description='Hello api')
10
11
resource_fields = ns.model('Resource', {
12
'name': fields.String(example="John")
0 commit comments