quintype-routes 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/quintype/routes/railtie.rb +1 -1
- data/lib/quintype/routes/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9baddae2cbd25757445adaab9a6654529e81d58d
|
4
|
+
data.tar.gz: 895d06e56d8a82e744b4dee64d1ad50ca8f3baba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a3ff9fdcda5c4e98aa2df7f5df836e39826c1a5ca3d770c66383dca254c9e96f1951dcf5d14c188c7b6ad1a3e0a4b155ab4b9b0ba3725e01a7bf6a2cf317bdf
|
7
|
+
data.tar.gz: 92d3b6ada6de559ad41bdc4b7a9b11060aade999dabc51efbfc74293f1a8cf245cc101958b49e7f4c7f07eead0d884cea19ced7e35b6a0e357c5cda0058413d8
|
@@ -9,7 +9,7 @@ module Quintype::Routes
|
|
9
9
|
reverse_proxy '/login', api_host
|
10
10
|
reverse_proxy '/auth.form', api_host
|
11
11
|
reverse_proxy '/auth.callback', api_host
|
12
|
-
reverse_proxy
|
12
|
+
reverse_proxy /^\/auth$/, api_host
|
13
13
|
reverse_proxy '/admin', api_host
|
14
14
|
reverse_proxy '/shrubbery', api_host
|
15
15
|
reverse_proxy '/sitemap', api_host
|