brandon-otoole / eng-board

A pen enabled whiteboard app for iPad and Surface Pro.
0 stars 0 forks source link

Change the room id in the URL from a query item to a path resource #14

Closed brandon-otoole closed 11 months ago

brandon-otoole commented 11 months ago

Initially, the room id was included as: engbrd.com/?room=asdf

this was done to avoid server config issue of serving index.html for alternate paths.

The updated method should be: engbrd.com/asdf

brandon-otoole commented 11 months ago

commit f2aa3d148a7568c49d8ef767e630ff197fae2d25 has been pushed to the development branch and fully implements this change. Once the changes can be deployed, the changes will be merged into the Production branch

brandon-otoole commented 11 months ago

This change has been merged into production