Compare commits
2 Commits
94671c4ed4
...
648fe10e10
| Author | SHA1 | Date | |
|---|---|---|---|
| 648fe10e10 | |||
| c7644f7df8 |
@@ -11,7 +11,7 @@ func SetupRoutes(r *gin.Engine) {
|
|||||||
// Public routes
|
// Public routes
|
||||||
auth := r.Group("/auth")
|
auth := r.Group("/auth")
|
||||||
{
|
{
|
||||||
auth.POST("/register", handlers.Register)
|
// auth.POST("/register", handlers.Register)
|
||||||
auth.POST("/login", handlers.Login)
|
auth.POST("/login", handlers.Login)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: delete sheets
|
||||||
|
// TODO: if name is automatic, update when filename changed
|
||||||
func SyncSheets() error {
|
func SyncSheets() error {
|
||||||
log.Println("Running library sync")
|
log.Println("Running library sync")
|
||||||
syncStartTime := time.Now()
|
syncStartTime := time.Now()
|
||||||
|
|||||||
Reference in New Issue
Block a user