Implemented functionality to upload song

This commit is contained in:
amazing-username
2019-03-18 21:58:26 -04:00
parent a1c3ccb66f
commit b7723b2cba
7 changed files with 234 additions and 10 deletions
+1
View File
@@ -26,6 +26,7 @@ namespace Icarus
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
services.AddSingleton<IConfiguration>(Configuration);
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.