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

fix: serving SPAs #42

Merged
merged 1 commit into from
Aug 30, 2024
Merged

fix: serving SPAs #42

merged 1 commit into from
Aug 30, 2024

Conversation

jgkawell
Copy link
Member

Fixed the routing issues with serving single page applications (SPAs). This change using the examples from gorilla/mux and modified them for using an embedded filesystem and the stdlib mux server.

Also bumped go to 1.22.5 on pkg/chassis so that I could have access to the http.ServeFileFS() method.

@jgkawell jgkawell merged commit 527df62 into main Aug 30, 2024
2 checks passed
@jgkawell jgkawell deleted the fix/serving-spas branch August 30, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant