Skip to content

Commit

Permalink
Fix upload URI.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 28, 2011
1 parent 4e6c951 commit cc40d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pgxn_utils/constants.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PgxnUtils
module Constants
UPLOAD_URL = URI.parse('https://manager.pgxn.org/auth/upload')
UPLOAD_URL = URI.parse('https://manager.pgxn.org/upload')
end
end

0 comments on commit cc40d88

Please sign in to comment.