Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

VNCのGinのQuery修正 #14

Open
yoneyan opened this issue Jan 26, 2021 · 0 comments
Open

VNCのGinのQuery修正 #14

yoneyan opened this issue Jan 26, 2021 · 0 comments
Assignees
Labels
bug Something isn't working critical Critical problem

Comments

@yoneyan
Copy link
Member

yoneyan commented Jan 26, 2021

	//tokenData := c.Param("request")
	userToken := c.Param("user_token")
	accessToken := c.Param("access_token")
	nodeID, _ := strconv.Atoi(c.Param("node"))
	vmUUID := c.Query("uuid")

/api/v1/task?token=token&token1=token123"
を参考に

@yoneyan yoneyan added bug Something isn't working critical Critical problem labels Jan 26, 2021
@yoneyan yoneyan self-assigned this Jan 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working critical Critical problem
Projects
None yet
Development

No branches or pull requests

1 participant