mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +00:00
5 lines
86 B
Go
5 lines
86 B
Go
package api
|
|
|
|
func (s Server) routes() {
|
|
s.Router.Post("/new", s.HandleNewPassword)
|
|
}
|