1 Star 0 Fork 0

Admin/chaskiq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.ru 253 Bytes
一键复制 编辑 原始数据 按行查看 历史
# frozen_string_literal: true
# This file is used by Rack-based servers to start the application.
require_relative "config/environment"
require_relative "lib/rack/health_check"
map "/health" do
run Rack::HealthCheck.new
end
run Rails.application
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bjfu_lhy_lanhy2000/chaskiq.git
git@gitee.com:bjfu_lhy_lanhy2000/chaskiq.git
bjfu_lhy_lanhy2000
chaskiq
chaskiq
master

搜索帮助