From b9e14f8f4a8215bd3f7a37bc77d0beea5a407e66 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 3 Aug 2016 23:28:34 +0200 Subject: [PATCH] plural --- Yavsc/{ApiController => ApiControllers}/AccountController.cs | 0 Yavsc/{ApiController => ApiControllers}/GCMController.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Yavsc/{ApiController => ApiControllers}/AccountController.cs (100%) rename Yavsc/{ApiController => ApiControllers}/GCMController.cs (100%) diff --git a/Yavsc/ApiController/AccountController.cs b/Yavsc/ApiControllers/AccountController.cs similarity index 100% rename from Yavsc/ApiController/AccountController.cs rename to Yavsc/ApiControllers/AccountController.cs diff --git a/Yavsc/ApiController/GCMController.cs b/Yavsc/ApiControllers/GCMController.cs similarity index 100% rename from Yavsc/ApiController/GCMController.cs rename to Yavsc/ApiControllers/GCMController.cs