Skip to content

Commit 111bd76

Browse files
authored
Merge pull request #4 from ldqLDQ/dev
added 123
2 parents a5213b3 + 9152f49 commit 111bd76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class IndexView(Resource):
1010
def get(self):
11-
return {"hello": "world"}
11+
return {"hello": "world123"}
1212

1313

1414
class UserAPI(Resource):

0 commit comments

Comments
 (0)