Browse Source

move submodule backend into api folder

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
8b2cd190be
3 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .gitmodules
  2. +1
    -0
      api
  3. +0
    -1
      backend

+ 1
- 1
.gitmodules View File

@@ -2,7 +2,7 @@
path = nginx
url = https://github.com/lesspass/nginx.git
[submodule "backend"]
path = backend
path = api
url = https://github.com/lesspass/api.git
[submodule "core"]
path = core


+ 1
- 0
api

@@ -0,0 +1 @@
Subproject commit 2e256f1757f450e9beeb6f1fdf9e289b7aa140f0

+ 0
- 1
backend

@@ -1 +0,0 @@
Subproject commit cefd03a31c3ba9868d893487a2c92240f14a5e08

Loading…
Cancel
Save