=setup post data
This commit is contained in:
parent
b0c64d01e9
commit
47489abb1e
11 changed files with 306 additions and 157 deletions
BIN
backend/backend
BIN
backend/backend
Binary file not shown.
|
@ -8,15 +8,17 @@ import (
|
|||
)
|
||||
|
||||
type Surfer struct {
|
||||
Firstname string `json:"firstname"`
|
||||
Lastname string `json:"lastname"`
|
||||
Color string `json:"color"`
|
||||
Name string `json:"name"`
|
||||
Color string `json:"color"`
|
||||
Priority string `json:"priority"`
|
||||
Score string `json:"score"`
|
||||
}
|
||||
|
||||
type Heat struct {
|
||||
Name string `json:"name"`
|
||||
Category string `json:"category"`
|
||||
Number string `json:"number"`
|
||||
Number int `json:"number"`
|
||||
Timer int `json:"timer"`
|
||||
Surfers []Surfer `json:"surfers"`
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":"1701857544737"}
|
||||
{"version":"1702464938807"}
|
Binary file not shown.
Binary file not shown.
|
@ -5,17 +5,17 @@
|
|||
<link rel="icon" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/start.38c5e77c.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/start.cac80759.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/scheduler.9172086d.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.03494c70.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/app.59a2edc6.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/index.c679962e.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/singletons.7663c071.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/entry/app.8f82bb2b.js">
|
||||
<link rel="modulepreload" href="/_app/immutable/chunks/index.3ce947e1.js">
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_t5ayim = {
|
||||
__sveltekit_cctu1m = {
|
||||
base: "",
|
||||
env: {}
|
||||
};
|
||||
|
@ -23,8 +23,8 @@
|
|||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("/_app/immutable/entry/start.38c5e77c.js"),
|
||||
import("/_app/immutable/entry/app.59a2edc6.js")
|
||||
import("/_app/immutable/entry/start.cac80759.js"),
|
||||
import("/_app/immutable/entry/app.8f82bb2b.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue