diff options
author | David E. Wheeler | 2011-06-28 05:05:28 +0000 |
---|---|---|
committer | David E. Wheeler | 2011-06-28 05:05:28 +0000 |
commit | cc40d887b2d8aa9080edcdc8f75f67c7c0c0ab62 (patch) | |
tree | 992b1eb65d1b2e70005e471cdd9e068258335936 | |
parent | 4e6c951942929d4d845ebe0e13ad5e94d8d451aa (diff) |
Fix upload URI.
-rw-r--r-- | lib/pgxn_utils/constants.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pgxn_utils/constants.rb b/lib/pgxn_utils/constants.rb index 2abf759..905c90f 100644 --- a/lib/pgxn_utils/constants.rb +++ b/lib/pgxn_utils/constants.rb @@ -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 |