Browse Source

update

main
parent
commit
469736e9b0
5 changed files with 12 additions and 5 deletions
  1. +3
    -0
      .gitmodules
  2. +6
    -3
      jaquiz.code-workspace
  3. +1
    -0
      submodules/api
  4. +1
    -1
      submodules/server
  5. +1
    -1
      submodules/www

+ 3
- 0
.gitmodules View File

@ -13,3 +13,6 @@
[submodule "submodules/www"]
path = submodules/www
url = git@git.polv.cc:jaquiz/www.git
[submodule "submodules/api"]
path = submodules/api
url = git@git.polv.cc:jaquiz/api.git

+ 6
- 3
jaquiz.code-workspace View File

@ -1,5 +1,11 @@
{
"folders": [
{
"path": "."
},
{
"path": "submodules/api"
},
{
"path": "submodules/database"
},
@ -17,9 +23,6 @@
// },
{
"path": "submodules/wk-api"
},
{
"path": "."
}
],
"settings": {

+ 1
- 0
submodules/api

@ -0,0 +1 @@
Subproject commit 979e1759f4e3d0d7c74f9adbdf041b1c938bce19

+ 1
- 1
submodules/server

@ -1 +1 @@
Subproject commit d6142bca016e98d4f135b247bff8fa63d32f0c90
Subproject commit 33c6381a7cbba34a854e2d826dfefeb57cb63fd3

+ 1
- 1
submodules/www

@ -1 +1 @@
Subproject commit 13ea8c80da62f6b20ef90c42f91c5d0ad20a26f1
Subproject commit 427fac49368a083ffabb22063d05a3545c5a8971

Loading…
Cancel
Save