PromucFlow_constructor/app/server/url/constants.go
Arpit Mohan e4f59ff941 Adding the Spring java API for creating Widget.
Migrating the code to Spring Java instead of Golang
2019-03-19 01:50:32 +05:30

11 lines
300 B
Go

package url
const ComponentURL = "/components"
const QueryURL = "/query"
const LoginURL = "/login"
const AccountURL = "/accounts"
const AuthURL = "/auth/{provider}"
const AuthCallbackURL = "/auth/{provider}/callback"
const LogoutURL = "/logout/{provider}"
const ProfileURL = "/auth/{provider}/user"