wip: added rest api endpoint shiai

This commit is contained in:
marko
2023-12-26 20:24:34 +01:00
parent 49978a48df
commit f2cf7ff764
12 changed files with 245 additions and 44 deletions

View File

@@ -1,7 +1,16 @@
{
"cSpell.language": "en,de-de",
"cSpell.words": [
"CURDATE",
"cwsv",
"cwsvjudo",
"participo",
"retval",
"shiai"
"shiai",
"vormundschaft",
"wettkampfkalender"
],
"prettier.documentSelectors": [
"**/*.{js,jsx,ts,tsx,vue,html,css,scss,less,json,md,mdx,graphql,yaml,yml,php}"
]
}

View File

@@ -8,7 +8,9 @@
"ignore": [
".vscode",
"*.py",
"*.config.yaml"
"*.config.yaml",
"package.json", "package-lock.json"
, "node-modules"
],
"uploadOnSave": true
}