wip: add api auth and /resume endpoint
This commit is contained in:
parent
22e2f6005f
commit
2c6d063717
28 changed files with 2486 additions and 271 deletions
9
cmd/app/main.go
Normal file
9
cmd/app/main.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import "git.roboces.dev/catalin/cvvvvv/internal/app"
|
||||
|
||||
const configsDir = "configs"
|
||||
|
||||
func main() {
|
||||
app.Run(configsDir)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue