Items endpoint tests and updates to the item endpoint (#13) (#16)

* Creation of base template (#1)

* Sample template created

* added findByName functionality for item

* Solve Cors errors and inhibit DefaultExposure

* changed project structure

* Added frontend

* changed base path of REST api and updated frontend api quering

* Items enpoint tests and updates to the item endpoint (#13)

* Config setup

* add tests for items

Co-authored-by: Bruno <brunoj.philipp@gmail.com>
This commit is contained in:
cato
2022-06-05 17:35:37 +02:00
committed by GitHub
parent f6e1373a46
commit a1b0e7d838
4 changed files with 157 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ sourceSets {
srcDir 'backend/src/test/java'
}
resources {
'backend/src/test/resources'
srcDir 'backend/src/test/resources'
}
}
}