UNPKG

@shopify/react-server

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