Added Plates and Items Models and connected them with the Frontend
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package paths
|
||||
|
||||
// Runtime data directories (relative to process working directory).
|
||||
const (
|
||||
DataDir = "data"
|
||||
PlatesDir = "data/plates"
|
||||
SVGTemplateDir = "data/svg_template"
|
||||
)
|
||||
Reference in New Issue
Block a user