Add site create/delete/upload endpoints

This commit is contained in:
akp 2024-11-13 22:19:17 +00:00
parent 0f5c990dfe
commit b3f84c433e
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
7 changed files with 142 additions and 144 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/codemicro/palmatum
go 1.20
go 1.23
require (
github.com/google/uuid v1.6.0