Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Undo debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
KockaAdmiralac committed Jun 8, 2022
1 parent 7f9d330 commit f3e8dbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/app/controllers/posts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ def new

render json: {
success: true,
url: post.post_url,
debug: ENV['AZURE_STORAGE_ACCOUNT']
url: post.post_url
}
end

Expand Down

0 comments on commit f3e8dbc

Please sign in to comment.