Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make comparisons linkable #12

Open
mshenfield opened this issue Apr 14, 2017 · 0 comments
Open

Make comparisons linkable #12

mshenfield opened this issue Apr 14, 2017 · 0 comments

Comments

@mshenfield
Copy link
Owner

e.g. someone could navigate directly to "highqualitygifs - reactiongifs", or any other valid combination.

This could be tough to configure:

  • Get Apache or Flask to return the index page for urls like http://subreddit-algebra.science/neutralpolitics/-/politics
  • Update the Flask server to host the API endpoints at /api. They aren't prefixed in development because I'm not sure how to change the prefix for different environments with Flask. In production, the WSGI app is mounted at /api because I wasn't able to figure out how to mount it at root (/) and still serve the index.html from Apache.

On the frontend, it would mean adapting to use the latest version of react-router

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant