Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore(ops): enable quantum (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada authored Nov 16, 2023
1 parent 059d702 commit b71976a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/v0/bridge/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export default async function handle(
): Promise<void> {
await runMiddleware(req, res, cors);
res.json({
isUp: false,
isUp: true,
});
}

0 comments on commit b71976a

Please sign in to comment.