My company has a rails 5.2.4 application, after starting the development server by
rails s
The server is running on localhost:3000.
But a company is using app.test.com:3000 domain in order to access the application...
My company has a rails 5.2.4 application, after starting the development server by
rails s
The server is running on localhost:3000.
But a company is using app.test.com:3000 domain in order to access the application...