8000 Added API responses for public models, collections, and creators by Floppy · Pull Request #3800 · manyfold3d/manyfold · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added API responses for public models, collections, and creators #3800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 21, 2025
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,5 @@ gem "activejob-uniqueness", "~> 0.4.0", require: "active_job/uniqueness/sidekiq_
gem "job-iteration", "~> 1.9"
gem "rswag", "~> 2.16"
gem "warning", "~> 1.5"

gem "rack-cors", "~> 2.0"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ GEM
rack (2.2.13)
rack-contrib (2.5.0)
rack (< 4)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-oauth2 (2.2.1)
activesupport
attr_required
Expand Down Expand Up @@ -889,6 +891,7 @@ DEPENDENCIES
puma (~> 6.6)
pundit (~> 2.5)
rack-contrib (~> 2.5)
rack-cors (~> 2.0)
rails (~> 7.2.2)
rails-controller-testing (~> 1.0)
rails-i18n (~> 7.0)
Expand Down
Loading
Loading
0