Skip to content
View danieldiazastudillo's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report danieldiazastudillo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Configuración base para WebAPI2 con ... Configuración base para WebAPI2 con CORS y CamelCase por defecto
    1
    using System.Web.Http;
    2
    using Newtonsoft.Json.Serialization;
    3
    
                  
    4
    namespace PROYECTO.API
    5
    {
  2. Dockerfile for Angular 6 apps (no-au... Dockerfile for Angular 6 apps (no-auto-build)
    1
    ## Base image
    2
    FROM nginx:1.13.3-alpine
    3
    ## Remove default nginx website
    4
    RUN rm -rf /usr/share/nginx/html/*
    5
    ## overrides nginx defaults