Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Last active December 15, 2019 17:37
Show Gist options
  • Save jiimaho/a3795eede1282054962ac86b93847a95 to your computer and use it in GitHub Desktop.
Save jiimaho/a3795eede1282054962ac86b93847a95 to your computer and use it in GitHub Desktop.
services.AddSpaStaticFiles(
configuration =>
{
configuration.RootPath = "wwwroot"; // Or any other folder
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment