Forum Discussion

elisheva's avatar
elisheva
Visitor
2 years ago

swagger autogen-tags-base url

How can I do a base url to a spesific model.

I used tags to group the functions from the same model .

I want to know if the way to group the functions from the same model is to create a tag and to write 

/*
    #swagger.tags=['messages']
    */
in each function.
the second thing I want to know,
Is there a way to make "base-url" to all the functions from the same model , maybe by using tag.
  • mujahid9's avatar
    mujahid9
    Occasional Visitor

    I also have this same issue if you find the answer then also help me with it.