Pinned Loading
-
Configuración base para WebAPI2 con ...
Configuración base para WebAPI2 con CORS y CamelCase por defecto 1using System.Web.Http;
2using Newtonsoft.Json.Serialization;
34namespace PROYECTO.API
5{
-
Dockerfile for Angular 6 apps (no-au...
Dockerfile for Angular 6 apps (no-auto-build) 1## Base image
2FROM nginx:1.13.3-alpine
3## Remove default nginx website
4RUN rm -rf /usr/share/nginx/html/*
5## overrides nginx defaults
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.