Fix some APIs
This commit is contained in:
7
test_simple_route.py
Normal file
7
test_simple_route.py
Normal file
@ -0,0 +1,7 @@
|
||||
@api_view(['GET'])
|
||||
def get_route_simple(request):
|
||||
"""テスト用の簡単なルート取得関数"""
|
||||
return Response({
|
||||
"status": "OK",
|
||||
"message": "Simple route function is working"
|
||||
})
|
||||
Reference in New Issue
Block a user