# frozen_string_literal: true Rails.application.routes.draw do get 'ping' => 'mint_ping_api/pings#show' end