0
0
Fork 0

Move survey URL to the JS config

This commit is contained in:
Oliver-Akins 2021-03-03 22:26:42 -07:00
parent 3af9e6cb90
commit 59cbad36d0
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,10 @@
/**
* The survey that will be offered to players to fill out after finishing a
* game so that they can give feedback.
*/
export const survey_url = ``;
/**
* The URI that socket IO tries to connect to for websocket communication when
* built for production serving.