This website requires JavaScript.
Explore
Help
Register
Sign In
JiXieShi
/
Blog
Watch
1
Star
0
Fork
You've already forked Blog
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47f42fe2b0
Blog
/
api
/
Init.go
8 lines
99 B
Go
Raw
Blame
History
package
api
import
"net/http"
func
InitApi
(
)
{
http
.
HandleFunc
(
"/api/bilibili"
,
GetVideoData
)
}
Reference in New Issue
View Git Blame
Copy Permalink