Skip to content

Commit

Permalink
git deploy action set
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBrMz committed Apr 30, 2024
1 parent 2bb3072 commit 8e4f723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/helloworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { allUsers } from "../../server/queries/getAllUsers";
export const GET: APIRoute = ({ request }) => {
return new Response(
JSON.stringify({
message: "Que pedo genteeeeeeeeeee, Todos con las manos en el aire",
message: "Que pedo genteeeeeeeeeee. Todos con las manos en el aire",
users: allUsers,
}),
{status:200, headers: { "content-type": "application/json" } }
Expand Down

0 comments on commit 8e4f723

Please sign in to comment.