Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created October 22, 2018 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/b151dc7e703df3db845306cef8583fc4 to your computer and use it in GitHub Desktop.
Save icebeam7/b151dc7e703df3db845306cef8583fc4 to your computer and use it in GitHub Desktop.
MyStore.Services: Constants.cs
namespace MyStore.Services
{
public class Constants
{
public const string StoreWebApiURL = "http://direccion-ip-servidor:5001/api/";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment