UNPKG

@shopify/react-server

Version:
9 lines (8 loc) 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var network_1 = require("@shopify/network"); function ping(ctx) { ctx.status = network_1.StatusCode.Ok; ctx.body = 'Pong'; } exports.ping = ping;