This website works better with JavaScript.
Home
Explore
Help
Sign In
aeris
/
cryptcheck-rails
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Allow passing cipher suite on URL instead of POST only
v1
Aeris
4 years ago
parent
f3ce50d1d4
commit
0fc57058d1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
config/routes.rb
+ 1
- 0
config/routes.rb
View File
@@ -28,6 +28,7 @@ Rails.application.routes.draw do
get 'ciphers' => 'site#ciphers'
get 'suite' => 'site#suite_index'
get 'suite/:id' => 'site#suite'
post 'suite' => 'site#suite'
root 'site#index'
post '/' => 'site#check'
Write
Preview
Loading…
Cancel
Save