feat: add universities and restaurants
This commit is contained in:
6
core/handler/params.go
Normal file
6
core/handler/params.go
Normal file
@ -0,0 +1,6 @@
|
||||
package handler
|
||||
|
||||
const (
|
||||
ParamDate string = "date"
|
||||
ParamLocation string = "location"
|
||||
)
|
||||
Reference in New Issue
Block a user