Skip to content

Commit a99ce2c

Browse files
committed
Move api path to /api instead of /hello
1 parent 7727004 commit a99ce2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controller/hello_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from app.service import hello_world_service
77
from app.util.flask_decorators import require_auth
88

9-
ns = Namespace('hello', description='Hello api')
9+
ns = Namespace('api', description='Hello api')
1010

1111
resource_fields = ns.model('Resource', {
1212
'name': fields.String(example="John")

0 commit comments

Comments
 (0)