Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created December 16, 2018 13:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save icebeam7/e6c17ccfd6aae85bbccd29be5b354e3b to your computer and use it in GitHub Desktop.
VideoGameMusicApp: Constantes.cs
namespace VideoGameMusicApp.Helpers
{
public static class Constantes
{
public readonly static string AzureFunctionsEndpoint = "https://videogamemusic.azurewebsites.net/";
public readonly static string ObtenerCancionesUrl = "api/get-songs?code=orBAfrUhuJuU9D7ya...";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment