aboutsummaryrefslogtreecommitdiff
path: root/backend/config.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 16:29:20 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 16:29:20 +0200
commit0fcdacfc691e17ca15dc7e0d48a439ef7a52d9c7 (patch)
treefdea74d44fca640cc3f5e6135e91ebf0ccbe38b8 /backend/config.go
parent4cff7748af65038db3754ab9ce157d528f03a474 (diff)
feat(backend): handle static files
Diffstat (limited to 'backend/config.go')
-rw-r--r--backend/config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/config.go b/backend/config.go
new file mode 100644
index 0000000..b7624fd
--- /dev/null
+++ b/backend/config.go
@@ -0,0 +1,3 @@
+package backend
+
+type Config struct{}