Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wnm168
/
odtool
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
odtool
/
api
/
setup.go
bot
εε§ε
9f6f5a5
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
185 Bytes
package
api
import
(
"github.com/gin-gonic/gin"
)
func
Setup
(g *gin.RouterGroup)
{
g.POST(
"/onedrive/get_refresh_token"
, onedriveToken)
g.POST(
"/onedrive/get_site_id"
, spSiteID)
}