0

I need accept the following url in my flask restplus app: .../app/u1=abc;u2=222;u3=xx;u4=jjj, all of them can be optional How I need to define my route?

@api.route('/app/u1=<u1>;u2=<u2>;u3=<u3>;u4=<u4>')

0 Answers0