An outside company is building a website for our client as we are building the web app with dashboards. The website will have a "login" button which we will set up a subdomain to point to our server. It will look like this, dashboard.example.com. Our web app is on a server and has its own urls like so example.org/admin, example.org/admin/createuser, so my question is, when we point the subdomain to our server will the urls still work?
Example (will the urls be valid) dashboard.example.com/admin or dashboard.example.com/admin/createuser
Thanks