reevoo/sapience-rb

View on GitHub
test_apps/grape/config.ru

Summary

Maintainability
Test Coverage
# frozen_string_literal: true
# This file is used by Rack-based servers to start the application.

require_relative "lib/ping/api"

run Ping::API