0xNF / mockify

A replica Spotify server complete with OAuth that allows offline testing of applications using the Spotify Web API
MIT License
1 stars 0 forks source link

Configure subdomains #3

Open 0xNF opened 6 years ago

0xNF commented 6 years ago

Need api.localhost:44345 and accounts.localhost:44345

0xNF commented 6 years ago
    a. https://accounts.localhost:44345.com
        i. Authorize Controller go here
    b. https://api.localhost:44345.com
        i. Api controller goes here
    c. https://localhost:44345
        i. All others go here