[add] added public mode

This commit is contained in:
2021-03-07 16:39:38 -05:00
parent 8bbd3e02f3
commit c4cb76fe0b
4 changed files with 109 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ Rails.application.routes.draw do
# separate public path to allow for easier segregation and controls via reverse proxy
scope '/public' do
get ':name', to: 'clients#show_public_ipv4', format: false
post ':name', to: 'clients#create_public_ipv4', format: false
end
end
end