This website works better with JavaScript.
Home
Explore
Help
Sign In
EggPlanet
/
egg_admin
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
dengbiao
1 day ago
parent
3f09da139f
commit
d38c1a31f7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/router/router.go
+ 1
- 1
app/router/router.go
View File
@@ -67,7 +67,7 @@ func Init() *gin.Engine {
}
func route(r *gin.RouterGroup) {
r.
GE
T("/test", hdl.Demo)
r.
POS
T("/test", hdl.Demo)
r.POST("/login", hdl.Login)
{
//打包机调用,不需要校验
Write
Preview
Loading…
Cancel
Save