Skip to content

Commit

Permalink
backend: dev_api_response: remove warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark authored Apr 19, 2024
1 parent 0a8804b commit bd573e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/src/app/api/v0/dev_api_response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export function construct_development_api_response({
return NextResponse.json(
{
message,
warning:
"You are calling a development API! The schema may change without warning.",
[response_name]: response_data,
},
{ status: status_code },
Expand All @@ -42,8 +40,6 @@ export function construct_development_api_response({
return NextResponse.json(
{
message,
warning:
"You are calling a development API! The schema may change without warning.",
},
{ status: status_code },
);
Expand Down

0 comments on commit bd573e6

Please sign in to comment.